Created
April 1, 2015 20:26
-
-
Save andreasbotsikas/37a6dcafe1e84b6c1cf2 to your computer and use it in GitHub Desktop.
Proxy Setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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