Link to home
Start Free TrialLog in
Avatar of pbuch
pbuch

asked on

Moving Documents and Settings folder to different Drive

How do you move the Documents and Settings and user profiles for new and existing users to another drive. The default is c:\Documents and Settings. I want the default for new and existing users to be D:\Documents and Settings\{user Name}

Thanks,

Pete
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Copy Files/Folders with permissions and ACL’s

***Command Line Tools***

Back in the days of NT4 we used to use SCOPY for copying permissions and ACL’s with 2000 that functionality was put into XCOPY
/X copies the audit settings (as /a in SCOPY)
/O copies ACL information (same as SCOPY)
/S copies subdirectories (same as SCOPY)
But Robocopy is a much better solution
To copy files and maintain they’re NTFS permissions and more importantly their ACL (Access Control List) information. You can use RoboCopy (Stands for Robust Copy)

This tool in available in the NT/2000/2003/XP resource kits and can also be downloaded here,
http://www.asia-links.com/biz/download/get.asp?productid=74&file=http://teknoweb.asia-links.com/download/robocopy.zip
Or direct from Microsoft (Full 2003 resource kit)
http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en

ROBOCOPY.exe usage and syntax
http://www.ss64.com/nt/robocopy.html
ROBOCOPY.exe (Win XP & .Net Resource Kit ) adds more functionality
http://www.ss64.com/nt/robocopyXP.html
0609 » A better way to replicate.
http://www.jsiinc.com/SUBB/tip0600/rh0609.htm
5409 » How do I use Robocopy to copy ACLs without copying data?
http://www.jsiinc.com/SUBK/tip5400/rh5409.htm

Also see
XXCOPY http://www.xxcopy.com/index.html#contents

***GUI Tools***

Secure Copy
http://www.smallwonders.com/securecopy/secure_features.htm
ASKER CERTIFIED SOLUTION
Avatar of sirbounty
sirbounty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Argh - the sprog got me...