Quantcast
Channel: Support Portal
Viewing all articles
Browse latest Browse all 1466

Re : Setting proxy server based on IP address

$
0
0
OK, interesting idea. But the problem is that it needs to be in the HKEY_CURRENT_USER not HKEY_LOCAL_MACHINE:

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

http://support.microsoft.com/kb/819961

And I can't choose that from the dropdown under the Computer Config. Maybe I should just use vbs to run it.

Do these Computer Configs run every 90 minutes even when not connected to the network? So if the vbs checks the IP address, I can set it to turn off the proxy when it doesn't see the office network?

Viewing all articles
Browse latest Browse all 1466