Hallo,
In the GPO you can force the logon script to behave as under W2K instead of
XP, the time to logon on will be a bit longer
(ComputerConfiguration/AdmTemplates/
System/Logon/AlwaysWaitForTheNetwork.)but it can help you with your issue.
Another cause can be spanning tree/port fast on (cisco) routers they allow
packets only after 30 secconds have past since the first network request.
Cheers
"ehebben" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
Mike,
The script is running. But after the desktop starts.
All commands in the script are executed and are oké.
My only problem is the redirect from the my documents folder.
The registry key from this folder is:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell
Folders\Personal
The command in the script is:
WSHShell.RegWrite
"HKCU\Software\Microsoft\Windows\CurrentVersion\Ex plorer\User Shell
Folders\Personal", "\\sv0002ei\home\" & Gebruiker
Gebruiker is a variable with the username
We also use a logout script in which this setting is redirected to
d:\my documents\
This is done because of notebook user who work connected to the and
off-line.
When a user logs in, the registry key for my documents is set in the
registry. I checked it with regedit.
But the my documents folder on the desktop keeps redirecting to the
wrong lokation.
|