internet proxy configuration by command

  • Thread starter Thread starter wu
  • Start date Start date
W

wu

Hi,

I have to setup different internet proxy for internet access on my laptop
when I am at different locations. I want to use command file to change
it.Proxycfg.exe is not able to change proxy address in Internet Option.
Anyone has idea?

Thanks

Wu
 
wu said:
Hi,

I have to setup different internet proxy for internet access on my laptop
when I am at different locations. I want to use command file to change
it.Proxycfg.exe is not able to change proxy address in Internet Option.
Anyone has idea?

Thanks

Wu

You could modify the appropriate value in the registry. The
exact location depends on the browser you use, which you
did not name.
 
wu said:
Hi,

I have to setup different internet proxy for internet access on my laptop
when I am at different locations. I want to use command file to change
it.Proxycfg.exe is not able to change proxy address in Internet Option.
Anyone has idea?

Thanks

Wu

You could modify the appropriate value in the registry. The
exact location depends on the browser you use, which you
did not name.
 
Create a reg file with the following information and merge it to change the
settings. (Actually, create 2 so that you can switch back and forth.)
-----begin-----
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings]
"ProxyEnable"=dword:1
"ProxyServer"="address:port"
-----end-----
Louis
 
Back
Top