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