XP Gurus wanted!

beatle

Diamond Member
Apr 2, 2001
5,661
5
81
I've been banging my head on this for a while at work.

These are XP pro workstations on an NT domain. I want to redirect everyone's My Document folder to their home directory on the server. I know you can do this in a 2k/2003 domain with group policies, but I don't know how to do it on an NT domain since My Documents does not exist in NT.

I've tried having the logon script reference a .reg file that changes the value of HKEY_CURRENT_USERS/software/microsoft/windows/currentversion/explorer/user shell folders/personal to L:\Documents (where L: has been mapped earlier in the script to the user's home directory). This doesn't seem to do it.

I can change it manually on the box as the user, but this isn't practical.

I've tried changing it as the administrator and loading the hive into default user, but even when I create a new user, it still goes back to the default location on C:\.

If this can ONLY be done on a 2000 domain then I can start doing other things. I just want to know that it's not possible so I can stop. :)
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Possible, yes. I'm doing it right now as well as synching the my docs when I'm offline (laptop). I haven't tried to automate it to other users though.
 

beatle

Diamond Member
Apr 2, 2001
5,661
5
81
Ok, I think I answered my own question.

In the group policy on the server and the workstation, you have to have the logon scripts run synchronously (run script before explorer loads). Explorer would load, but changing the registry afterwards doesn't do anything. If it's changed before it loads, everything works. :)
 

Smilin

Diamond Member
Mar 4, 2002
7,357
0
0
Cool!

That setting fixes lots of stuff.

Big AD rollout starting here in a couple weeks. Man I can't wait to get back to AD!