"Ryan" <anon...@discussions.microsoft.com> wrote in message
news:940f01c496db$ec8e75e0$a501...@phx.gbl...
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
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.
>.
>
> 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.