Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

profile migration

7 views
Skip to first unread message

Ryan

unread,
Sep 9, 2004, 10:14:38 PM9/9/04
to
I've been using a specific profile for years in XP. Now
I have to move to a different profile. I tried copying
Application data etc. but that does not work. Is there
an easy way to migrate from one profile to another and
retain the info in the old profile????

peter

unread,
Sep 9, 2004, 10:37:28 PM9/9/04
to
In order to do this you need to create user B as a new user(lets say the
original is user A)
Then log on as user C....making sure that user C is an administrator
right click "my computer"
properties.........advanced...............user profiles....settings
highlight user A and click "copy to"
click "browse" and find user B under "documents&settings"......click OK
ok your way out.
reboot and sign in as user B...........check to make sure it copied correctly
before you delete user A under control panel/user accounts.
there you go..........
peter

"Ryan" <anon...@discussions.microsoft.com> wrote in message
news:940f01c496db$ec8e75e0$a501...@phx.gbl...

Torgeir Bakken (MVP)

unread,
Sep 9, 2004, 10:34:47 PM9/9/04
to
Ryan wrote:

Hi

I solve this very easily by (in the registry) changing the profile path
for the new user to point to the old user's profile folder.


From: Bruce Sanderson (bsan...@junk.junk)
Subject: Re: Moving a W2K PC between domains
Newsgroups: microsoft.public.win2000.general
Date: 2002-08-05 17:32:49 PST
http://groups.google.com/groups?selm=uz48D%24NPCHA.612%40tkmsftngp08

If the user is not a local admin, you might need to to something on the
permission side. Use tip 4631 and 2240 in the 'Tips & Tricks' at
http://www.jsiinc.com as a guide.


More here as well:

Subject: Re: Lost profile when domain name changes
Newsgroups: microsoft.public.win2000.active_directory
http://groups.google.com/groups?th=262e40881c856d53


HOW TO: Restore a User Profile in Windows 2000
http://support.microsoft.com/default.aspx?scid=KB;en-us;314045


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx

Shenan Stanley

unread,
Sep 9, 2004, 10:36:36 PM9/9/04
to

HOW TO: Use Files and Settings Transfer Wizard in Windows XP
http://support.microsoft.com/?kbid=293118

--
<- Shenan ->
--
The information is provided "as is", it is suggested you research for
yourself before you take any advice - you are the one ultimately
responsible for your actions/problems/solutions. Know what you are
getting into before you jump in with both feet.


Ryan

unread,
Sep 12, 2004, 4:26:51 PM9/12/04
to
I'm not as accomlished as you. This method seems to be
straight forward, except I have little experience in
Registry. Please tell me how to do it in detail?

>.
>

Torgeir Bakken (MVP)

unread,
Sep 13, 2004, 3:50:14 AM9/13/04
to
Ryan wrote:

> Torgeir Bakken wrote


>> Ryan wrote:
>>
>> I solve this very easily by (in the registry) changing
>> the profile path
>> for the new user to point to the old user's profile
>> folder.
>>
>> From: Bruce Sanderson (bsan...@junk.junk)
>> Subject: Re: Moving a W2K PC between domains
>> Newsgroups: microsoft.public.win2000.general
>> Date: 2002-08-05 17:32:49 PST
>> http://groups.google.com/groups?selm=uz48D%24NPCHA.612%
>> 40tkmsftngp08
>
>
>> If the user is not a local admin, you might need to to
>> something on the permission side. Use tip 4631 and 2240
>> in the 'Tips & Tricks' at
>> http://www.jsiinc.com as a guide.
>

> I'm not as accomlished as you. This method seems to be
> straight forward, except I have little experience in
> Registry. Please tell me how to do it in detail?

Hi

1)
Log on with your new user.


2)
Determine the user profile path by e.g. opening a command prompt
(Start/Run => cmd.exe).

In the command prompt, type:

set USERPROFILE

An example:

C:\>set USERPROFILE
USERPROFILE=C:\Documents and Settings\joe.domain

The above is the new profile path you got that you don't want to keep.

You need to determine what was the old user's profile path, use e.g.
Explorer to look in the subfolders at "C:\Documents and Settings"
(look at file dates if you are unsure what folder is the old one).

In this example, I see that the old path was:
C:\Documents and Settings\joe


3)
Start regedit.exe.

Go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT \CurrentVersion\ProfileList

You will find several different sub keys with long SID names, like
this example:

S-1-5-21-3358830704-3276242011-182794036-1000

It is one for each user.

Under each of those, you fill find a ProfileImagePath value where the
data points to the user's profile folder.

Look for the one that points to your new profile
(C:\Documents and Settings\joe.domain in this example).

When you have found it, change the data in the value ProfileImagePath
from pointing to new profile (...\joe.domain) to the old one (...\joe).

Now you can do a reboot, and when you log on again (with the new user),
you should have your old profile back. Note that if the new user is
not a local administrator, you would need to look into the permission
part in my first post.

0 new messages