View Single Post

  #18  
Old 12-05-2008, 02:03 PM
seacliff's Avatar
seacliff Offline
Registered User
 
Join Date: Dec 2008
Posts: 2
Quote:
Originally Posted by Ozzyo99
Right this has been the proverbial plague for our business, it doesn't happen frequently but when it does it's a pain in the backside, especially when factoring in additional non-standard build software, and requesting licence keys for activations etc.

Glad i bumped into this thread because the answer to the problem is:

1. Log onto system (preferably as admin).

2. Goto start/run/regedt32

3. Locate key - HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

4. This will show all readable profiles on the machine, it may but probably will not show information leading to the users original profile.

5. Navigate to C:\Documents and Settings\UsersName and note the profile name of the original profile, usually the same minus the domain information. Make a note of it.

6. Now go back to regedt and manually edit the duplicate profile location in the ProfileImagePath key to that of the original e.g:

Original - %SystemDrive%\Documents and Settings\jsmith
Duplicate - %SystemDrive%\Documents and Settings\jsmith.domain



Change the duplicate to point to the original profile, save the change.

7. Now have the user log back in, and they should now again be operating on their original profile - bring on huge relief!

As I can understand, Windows create a new folder if the user doesn't have a folder with the same "login name" or if that profile has corrupted files (NTuser.xxx).

I have tried your Reg Tweak, and it works like a charm and makes things a lot easier. But what happens if the original profiles is corrupted? Won't the duplicate one becomes corrupted?
Reply With Quote