JSI Tip 6847. How do I configure the client proxy server settings using the registry?
Jerold Schulman
June 15, 2003
1 Min Read
To configure the proxy server settings on a client running IE 6.0:
1. Copy / Paste the following, after modifying the value, to a proxy.reg file:
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="http://:80"
"ProxyOverride"=""
2. Use a logon script to distribute the file (regedit /s \ServerShareproxy.reg) or use tip 4195.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like