General discussion
-
CreatorTopic
-
June 28, 2006 at 3:32 am #2194185
How to copy user’s profile in XP?
Lockedby blue screen · about 15 years, 11 months ago
I have a user logging in with JBlow (alias) now user changed last name(got married) to Chow i created new username to JChow.
What i need to do now is copy user’s documents and outlook settings with mail and all other related settings from the old username (JBlow) to the new login username JChow.
What will be the easiest way to do just that other than exporting, reconfiguring outlook express settings, copy user’s documents manually and etc…Topic is locked -
CreatorTopic
All Comments
-
AuthorReplies
-
-
June 28, 2006 at 5:29 am #3110754
Reply To: How to copy user’s profile in XP?
by garydw · about 15 years, 11 months ago
In reply to How to copy user’s profile in XP?
Logon to the PC as another user with local admin rights.
go to documents and settings folder
rename the folder
check the permissions.Done.
-
June 28, 2006 at 6:08 am #3110738
Reply To: How to copy user’s profile in XP?
by gary56789 · about 15 years, 11 months ago
In reply to How to copy user’s profile in XP?
Why not just rename the account in control Panel–User Accounts. Click the “Advanced” tab–under “Advanced User Management” click the “Advanced button”–expand (click) the User folder under “Tree”–under “Name” right-click the old user name to change–select “Rename”–type the new name and close all windows (be sure to delete the newly created JChow account).
-
June 28, 2006 at 6:13 am #3110736
Reply To: How to copy user’s profile in XP?
by gary56789 · about 15 years, 11 months ago
In reply to Reply To: How to copy user’s profile in XP?
Oops. Sent you the info for 2K. In Control Panel–User Accounts–click “Change an account”–select the account to change–click “Change my name”–type in the new name–click the “Change name” button.
-
-
June 28, 2006 at 8:43 am #3111981
Reply To: How to copy user’s profile in XP?
by kylegeldmaker · about 15 years, 11 months ago
In reply to How to copy user’s profile in XP?
XCOPY C:\docume~1\%username%\mydocu~1\*.* F:\MyDocuments\*.* /S /y
XCOPY C:\docume~1\%username%\desktop\*.* F:\Desktop\*.* /S /y
XCOPY C:\docume~1\%Username%\favori~1\*.* F:\Favorites\*.* /S /y
XCOPY C:\docume~1\%Username%\startm~1\*.* F:\StartMenu\*.* /S /ywhat this does is copies all of the files on someones C: drive and moves it to the F: drive. The F: drive will be where ever you want all the files to go. You will have to create a user folder, in your case JChow and point the script there. How you do this is write this as a batch file and run it under the user you want to move the files for. It should work.
-
June 28, 2006 at 10:19 am #3111935
Reply To: How to copy user’s profile in XP?
by allthegoodnamesweregone · about 15 years, 11 months ago
In reply to How to copy user’s profile in XP?
if you created a new account you’ll just have to copy the contents they want to keep. if you rename the folder, since the profile is tied to a SID and not a name, it will not just pick up that profile.
-
June 28, 2006 at 1:34 pm #3111838
Reply To: How to copy user’s profile in XP?
by sgt_shultz · about 15 years, 11 months ago
In reply to How to copy user’s profile in XP?
there is a MSKB doc with step by step for doing this, i’ll see if i can find the link,
meanwhile
login once as new user jchow
the login as domain? local? administrator and take ownership of the jblow documents and settings folder if administrators group doesn’t have full control permissions. then copy jblow documents and settings content to jchow documents and settings. ntuser.dat is important so copy that too. hope this helps-
June 28, 2006 at 1:38 pm #3111833
Reply To: How to copy user’s profile in XP?
by sgt_shultz · about 15 years, 11 months ago
In reply to Reply To: How to copy user’s profile in XP?
here is the aforementioned link, it point out some details i forgot like turning on hidden and system files…
http://support.microsoft.com/kb/811151/en-us -
July 26, 2006 at 4:28 am #3207300
Reply To: How to copy user’s profile in XP?
by blue screen · about 15 years, 10 months ago
In reply to Reply To: How to copy user’s profile in XP?
awesome!
-
-
July 14, 2006 at 12:06 am #3211988
Reply To: How to copy user’s profile in XP?
by jon · about 15 years, 10 months ago
In reply to How to copy user’s profile in XP?
Copying this information manually isn’t really that tough.
Login as admin, take ownership of the old profile, drop the contents of the user folder under documents and settings into the new profile, then import the previously exported outlook express information.
If it was just outlook, I’d simply move the Outlook PST file from the hidden folder structure inside the profile to the new one and open it in Outlook.
Of course, if you’re using Exchange Server, none of that is a problem at all.
The other thing you can do for the future is use Group Policy on the Server (if you have this setup at all) to redirect the user files and create a mapped Home folder on the server.
Workstation fails, nothing is lost.
-
July 19, 2006 at 10:36 am #3278742
Reply To: How to copy user’s profile in XP?
by staxxxx · about 15 years, 10 months ago
In reply to How to copy user’s profile in XP?
The links should help you out. The first two describe a method which I have successfully used in the past. The last 2 links describe a method I have not tried but it looks like it may be a the easier of the two methods. Good luck
http://support.microsoft.com/kb/811151/
http://www.jsifaq.com/SUBT/TIP9600/rh9615.htmhttp://www.petri.co.il/copy_user_profiles_in_windows_xp.htm
http://techrepublic.com.com/5100-22-5481772-2.html-
July 26, 2006 at 4:28 am #3207299
Reply To: How to copy user’s profile in XP?
by blue screen · about 15 years, 10 months ago
In reply to Reply To: How to copy user’s profile in XP?
Awesome!
-
-
July 26, 2006 at 4:28 am #3207298
Reply To: How to copy user’s profile in XP?
by blue screen · about 15 years, 10 months ago
In reply to How to copy user’s profile in XP?
This question was closed by the author
-
-
AuthorReplies