Untick The Use Proxy Server Tick In Internet Explorer

Here is how to tick and un-tick the use proxy server tick in Internet Explorer, this has been tested on Microsoft Windows Server 2008 but it will work on other versions also.  This maybe required if you are connecting via a corporate VPN and you need to disable and re enable the settings on a regular basis.  

You can save the following into a .reg file that you can run when required. 
Enable Proxy Server Tick Box
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
“ProxyEnable”=dword:00000001
Disable Proxy Server Tick Box
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]

“ProxyEnable”=dword:00000000

Duncan

Leave a Reply