Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enable 'Bypass proxy server for local addresses'

Status
Not open for further replies.

DazzaC

Programmer
Jun 10, 2002
209
0
0
GB
Hi guys I am trying to write a script to enable (place a tick) in the enable Bypass proxy server for local addresses'.
Can somebody please provide me with the key in the registry that I need to enable to activate this setting?
Thanks
 
I think this should do it... Under the key you can enable other settings such as the proxy address/port, etc, etc.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="<proxyserver>:<port>"
"ProxyOverride"="<local>"

Sunil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top