How to turn off WinHttp proxy?

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.

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like