This is an old revision of the document!
Set a proxy for Windows using netsh. created by Andreas Koch on 2013-09-03
Example: Tunnel all your internet traffic through a socks proxy
netsh winhttp set proxy proxy-server="socks=localhost:9090" bypass-list="localhost"
netsh winhttp show proxy
Remove all configured proxies and connect directly.
netsh winhttp reset proxy