Not too long ago I turned on a proxy for WinHttp traffic like this (from this article):
netsh winhttp set proxy 127.0.0.1:8888How can I turn the proxy off now? I can't seem to get the syntax right.
1 Answer
Open command prompt and enter the following commands:
netsh winhttp reset proxyFor details refer to this technet article on netsh commands for WinHttp