surroundings

  • This article applies to Windows 10/2019
  • Python version 3.8.2
  • pproxy version: 2.7.8

step

  • Install pproxy

    pip3 install pproxy
  • Task Scheduler -> Create Basic Task
    image.png
  • Enter task name
    !image.png
  • The trigger is set to "When the computer starts"
    image.png
  • Operation is set to "Start Program"
    image.png
  • Configure startup procedures and parameters

    cmd.exe /k start /b pproxy -l http+socks5://:8081/
    # OR
    powershell.exe -windowstyle hidden pproxy -l http+socks5://:8081/

    image.png

  • Check the icon checkbox, click Finish
    image.png
  • Check the radio button of the icon, whether the check box is checked or not depends on the specific situation, click OK
    image.png
  • Restart verification
This article is from qbit snap

qbit
268 声望279 粉丝

引用和评论

0 条评论