I'm attempting to write an HTA that to allow users to toggle the IE proxy
server between one of two servers we use or toggle it between enabled and
disabled. We have IE setup so proxy settings are per machine so, as far as
I can tell, that should put me addressing only these two keys...
(string) HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\ProxyServer
(dword) HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\ProxyEnable
I can change the keys with a script, but when I go into the browser and
drill down through the tools menu the changes don't appear.
Anyone know why that is?
Thanks,
Tom