Windows 7 – How to Turn Off WinHttp Proxy

64-bitPROXYwindows 7

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:8888

How can I turn the proxy off now? I can't seem to get the syntax right.

Best Answer

Open command prompt and enter the following commands:

netsh winhttp reset proxy

For details refer to this technet article on netsh commands for WinHttp

Related Question