TechSupp Posted November 26, 2010 Posted November 26, 2010 I want to create a copy of our default user profile folder so that I can do some testing and tweaking, but I know I cant just copy the folder (I dont think so anyway) as I want to keep all the existing permissions etc on the folder structure so I can just quickly redirect a test user to using that profile instead of the default one. Whats the best way to create a copy keeping all the permissions and owerships etc. Just tried doing one myself using copy and altering the permissions but seem to have missed something somewhere as at first it would not save any changes and now it gives an error when it tries to load it. Good job its only a test
Brpilot99 Posted November 26, 2010 Posted November 26, 2010 I think robocopy will do the job for you ... or you could aways recover the folder to the new location from backup 1
3s-gtech Posted November 26, 2010 Posted November 26, 2010 Robocopy using COPY:DATSOU should preserve all the permissions etc, remember that the permissions cannot be set on ntuser.dat this way, you have to adjust these by opening it as a hive in regedit. 1
TechSupp Posted November 26, 2010 Author Posted November 26, 2010 remember that the permissions cannot be set on ntuser.dat this way, you have to adjust these by opening it as a hive in regedit. There was me thinking I had it cracked! Any more detailed info on how to do that?
3s-gtech Posted November 26, 2010 Posted November 26, 2010 Open Regedit, open the HKEY_USERS hive, go File, Load Hive, and select the appropriate ntuser.dat. When it's loaded in (give it an appropriate name) right click the hive, and set the permissions as you would for an NTFS folder. Make sure to set them recursively. Then go File, Unload Hive. Permissions should then be set (this method also works when building mandatory profiles, skips using sysprep). 1
TechSupp Posted November 26, 2010 Author Posted November 26, 2010 May have a look at that at some point. In the mean time I just created another profile and sorted out the problem I had, Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now