How to change "internet proxy settings" using script

  • Thread starter Thread starter Dror Admon
  • Start date Start date
D

Dror Admon

hi'
i have several worstations that needs a different proxy
settings than the domain main proxy server,
i would like to write a simple VBScript that will change
the proxy setting.

if its possible i would like to return to the default
proxy settings uppon "closing the browser"

thank's for the help

dror admon
 
Dror said:
hi'
i have several worstations that needs a different proxy
settings than the domain main proxy server,
i would like to write a simple VBScript that will change
the proxy setting.

Updating HKEY_CURRENT_USER registry settings is an option:

http://groups.google.com/groups?as_...&as_ugroup=*.scripting&as_scoring=d&lr=&hl=en

if its possible i would like to return to the default
proxy settings uppon "closing the browser"

Then you would need to have a script that was looping waiting for the
iexplore.exe process to disappear, and then let it reconfigure the
registry settings.
 
Back
Top