I was wondering what would be the easiest way to copy a user profile to a station that user has not previoulsy signed on in an Active Directoy environment. This would include anything that appears under the user's user folder under C:\users
and registry entries associated with the user. The stations being copied to are practically clones to each other.
Asked
Active
Viewed 6,919 times
1

Dan
- 15,430
- 1
- 36
- 67

Chad Harrison
- 6,990
- 10
- 29
- 41
-
oops, I let a unix slash slip in there. – Chad Harrison Sep 24 '12 at 17:49
-
1are you doing this to avoid shared storage? – Jim B Sep 24 '12 at 18:37
2 Answers
4
Never tested, but you have to :
1 - copy the user's folder (with the same permissions, beware : they are not the same for some files) - often found in C:\users\
or C:\Documents and Settings\
2 - copy the user's profile key (with the same permissions again) - found in HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS NT\CurrentVersion\ProfileList\
Already tested :
1 - ask the user to log on the new computer
2 - do the steps explained previously
3 - ask the user to log on, to be sure everything is okay

Gregory MOUSSAT
- 1,673
- 2
- 25
- 50