Windows Registry Settings for Internet Explorer's Proxy Settings

With Proxy Server

Image


{copytext|withProxy}
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="proxyAddress:proxyPortNumber"

Without Proxy Server

{copytext|withoutProxy}
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000