Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
Created April 1, 2015 20:26
Show Gist options
  • Save andreasbotsikas/37a6dcafe1e84b6c1cf2 to your computer and use it in GitHub Desktop.
Save andreasbotsikas/37a6dcafe1e84b6c1cf2 to your computer and use it in GitHub Desktop.
Proxy Setting
@REM Works on vista+
@REM Set proxy
netsh winhttp set proxy 127.0.0.1:8080
@REM Remove proxy
netsh winhttp reset proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment