Automatically set the proxy and home page in Internet Explorer
Automatically setting of proxy server and home page in Internet Explorer is done using a script to modify windows registry. There are some keys in windows registry which maintain information about the start page, proxy server IP and proxy server port and also if the proxy is enabled or not.
The script automatically modifies all this registry to specified values.
The script can run automatically at startup of each workstation localy or from a network share.
The script in fact modifies the following keys :
Proxy Server ip, port and state :
HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings -> ProxyServer -> XXXX: XXXX
HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings -> ProxyEnable -> 00000001
Home Page path :
HKCU \ Software \ Microsoft \ Internet Explorer \ Main -> Start Page -> [url]http://www.satlover.com[/url]
Automatically setting of proxy server and home page in Internet Explorer is done using a script to modify windows registry. There are some keys in windows registry which maintain information about the start page, proxy server IP and proxy server port and also if the proxy is enabled or not.
The script automatically modifies all this registry to specified values.
The script can run automatically at startup of each workstation localy or from a network share.
The script in fact modifies the following keys :
Proxy Server ip, port and state :
HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings -> ProxyServer -> XXXX: XXXX
HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings -> ProxyEnable -> 00000001
Home Page path :
HKCU \ Software \ Microsoft \ Internet Explorer \ Main -> Start Page -> [url]http://www.satlover.com[/url]
