Hi,
I regularly need to switch on and off the checkbox labeled "Use a proxy
server for your LAN (These settings...)." residing in || Internet
Options -> Connections Tab -> Lan Settings... Proxy server ||
Is there a way to have a vbs script or a shell command do this for me
so that I only need to click on an icon to run that script/command? One
script to turn the proxy server usage on and another one to turn it
off.
Always needing to click through the dialogs is very time consuming.
Thanks in advance.
Steve - 31 Aug 2006 16:18 GMT
I use a .reg file that sets this:
"ProxyEnable"=dword:00000000
or
"ProxyEnable"=dword:00000001
> Hi,
>
[quoted text clipped - 10 lines]
>
> Thanks in advance.