Advertisement
krot

proxy_enable.bat

Sep 18th, 2024
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. @ECHO OFF
  2. ECHO Configuring Proxy Settings! please wait...
  3. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
  4. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d socks=127.0.0.1:3128 /f
  5. EXIT
  6.  
  7. @ECHO OFF
  8. ECHO Configuring Proxy Settings! please wait...
  9. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0 /f
  10. EXIT
  11.  
  12. FoxyProxy ff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement