Computing.Net > Forums > Networking > changing IE proxy via login script

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

changing IE proxy via login script

Reply to Message Icon

Name: bob_man_uk
Date: October 7, 2004 at 05:53:09 Pacific
OS: windows 95 to xp
CPU/Ram: 32MB to 1Gb
Comment:

I also need a logon script, i need to change the proxy and port number in Internet explorer via login script, I am a complete noob at scripts and need someone to lead the way.

thanks
mattyG (AKA bob)



Sponsored Link
Ads by Google

Response Number 1
Name: josepineda1
Date: October 8, 2004 at 15:32:49 Pacific
Reply:

You're asking for a vbscript that modifies the registry. Are you in active directory. if so, you can do this via group policies. if not then you'll have to learn about vbscripting, specifically the regwrite, regread methods. microsoft tech net has some pretty good tutorials. just go to the microsoft site and do a search for vbscript.


0

Response Number 2
Name: Larry Apolonio
Date: October 22, 2004 at 03:15:52 Pacific
Reply:

This will probably wrap. Each line begins with reg proxy server is myproxy.domain.com port 8080

reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyOverride /t REG_SZ /d "<local>" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d "myproxy.domain.com:8080" /f


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: changing IE proxy via login script

Login Script www.computing.net/answers/networking/login-script/38108.html

Login scripts replication www.computing.net/answers/networking/login-scripts-replication/4114.html

NT LOGIN script ERRORS.. help! www.computing.net/answers/networking/nt-login-script-errors-help/3544.html