Proxy settings - Logon script

Soldato
Joined
23 Nov 2004
Posts
3,794
Hi,

I want to change users proxy settings via our logon script. The users who logon will be standard non-admin users. Will a logon script work to ammend registry settings if they are not an admin?

Essentially, when they login, I want the script to change it to a proxy server address and enable exceptions. When they log off I want the logoff script to disable the proxy settings and tick the 'Automatically detect settings'.

Can anyone gie me some advice on this, or link me to something similar?

Thanks.
 
Have a look into utilising a pac file.
Essentially you leave the browser settings to "automatic detect settings" and use your dns server to point to the pac file that has the rest of the configuration.

logon/logon scripts will work ok though if your good with vbs :)
 
Back
Top Bottom