Hi,

The only thing I could think of is the timing of running the script, I generaly exacute the proxy settings after the user has logged in with runonce which is set in the inital script that runs.

eg.

code:
 
; Once login in sequence complete, i.e. user.dat downloaded to PC, run login1.kix
$key="HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce"
$rtn=writevalue($key,"kix","kix32 \\server\netlogon\login1.kix","reg_sz")


Perhaps this could solve your problem?

Darren [Smile]
_________________________
I want to share something with you - the three sentences that will get you through life.
Number 1, 'cover for me.'
Number 2, 'oh, good idea, boss.'
Number 3, 'it was like that when I got here'.