LAN settings for IE

  • Thread starter Thread starter YNWA
  • Start date Start date
Y

YNWA

Greetings, is there a way to set the LAN settings for IE
thru a script or batch file. We often travel & each time
we have to set our IP & IE's LAN Settings. For IP we can
use netsh command, how about IE LAN Settings? other than
IE->Tools->Internet Options->Connections? Thanks in
advance. YNWA=You'll Never Walk Alone.
 
YNWA said:
Greetings, is there a way to set the LAN settings for IE
thru a script or batch file. We often travel & each time
we have to set our IP & IE's LAN Settings. For IP we can
use netsh command, how about IE LAN Settings? other than
IE->Tools->Internet Options->Connections? Thanks in
advance. YNWA=You'll Never Walk Alone.

FWIW what I would do is trace all setvalue activity using RegMon
(freeware from SysInternals) for each state change. Export the significant
values for each state. Then create cmd files with the appropriate reg import
commands. Depending on how tricky you want to be you could also use
the reg compare command to make your cmd file into a single toggle
command.

Alternatively be aware there are shareware solutions to this problem.
Do a Google Groups search for NetSwitcher. It was the first
product which did this but I now understand that there is at least
one other. Hopefully your search will find references which
identify both within at least some threads.


Good luck

Robert Aldwinckle
---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top