This made it rather difficult to troubleshoot because I cannot log in to figure what information is missing. Unfortunately, this was also the only user created on this machine. So to get into the machine, I had to reboot the system into safe mode. For Vista, this is F8 during the OS load screen.
Once in the OS, I looked up the error which I came across reference-1. I picked the registry fix:
1. F8 in Windows load screen
2. Safe Mode
3. Open to registry location: [HKEY_LOCAL_MACHINE\SOFTWARE\
5. Rename the main key to another name (I added .bad)
6. Rename the backup key without the extension (remove .bak)
7. Reboot, and this fixed my problem
I then created a backup of the registry file (saved in a folder in the documents folder) so that it could be easier for the user to fix this problem in the future:
1. F8 in Windows load screen
2. Safe Mode with Networking
3. Open My Documents
4. Open old computer backup
5. Double click FixUserProfile.reg (although .reg may not show but should be the only file in the folder)
6. Reboot, and this should fix the problemWorst case if you dont have a problem to work with, below is the keys needed within the registry profile (modified some values to remove identification):
[HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows NT\CurrentVersion\ProfileList\ S-1-5-21-XXXXXXXXXX-XXXXXXXXXX-XXXXXXXXX-XXXX]
"ProfileImagePath"=hex(2):00, 00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00, 00,00,00
"Flags"=dword:00000000
"State"=dword:00000000
"Sid"=hex:00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00
"ProfileLoadTimeLow"=dword: 00000000
"ProfileLoadTimeHigh"=dword: 00000000
"RefCount"=dword:00000002
"RunLogonScriptSync"=dword: 00000000
No comments:
Post a Comment