richclever
IS-IT--Management
I have a VBscript running in the startup folder of my Win98 clients that changes registry entries to map the my documents folder to the users folder on the NT4 server. However it sometimes doesn't completely do the job, changing the properties of the folder to the correct user, but when the mydocuments folder is opened it is the previous persons folder.
The registry changes are as follows:
"HKCU\software\microsoft\windows\currentversion\explorer\user shell folders\personal ", userpath
and
"HKCU\software\microsoft\windows\currentversion\explorer\ shell folders\personal ", userpath
Where userpath contains the users name from the registry.
Has anyone got any ideas how to make sure that the script finishes its job.
Thanks in advance
The registry changes are as follows:
"HKCU\software\microsoft\windows\currentversion\explorer\user shell folders\personal ", userpath
and
"HKCU\software\microsoft\windows\currentversion\explorer\ shell folders\personal ", userpath
Where userpath contains the users name from the registry.
Has anyone got any ideas how to make sure that the script finishes its job.
Thanks in advance