Backup your data. Even if Windows
Insert your Windows XP CD and reboot the PC. Boot from the CD and when prompted press 'R' for the Recovery Console.
Select your Windows installation from the options provided and then enter the administrator password.
At the command prompt enter the following pressing ENTER after each line:
md tmp
copy c:\windows\system32\config\system c:\windows\tmp\system.bak
copy c:\windows\system32\config\software c:\windows\tmp\software.bak
copy c:\windows\system32\config\sam c:\windows\tmp\sam.bak
copy c:\windows\system32\config\security c:\windows\tmp\security.bak
copy c:\windows\system32\config\default c:\windows\tmp\default.bak
delete c:\windows\system32\config\system
delete c:\windows\system32\config\software
delete c:\windows\system32\config\sam
delete c:\windows\system32\config\security
delete c:\windows\system32\config\default
copy c:\windows\repair\system c:\windows\system32\config\system
copy c:\windows\repair\software c:\windows\system32\config\software
copy c:\windows\repair\sam c:\windows\system32\config\sam
copy c:\windows\repair\security c:\windows\system32\config\security
copy c:\windows\repair\default c:\windows\system32\config\default
Type "exit" and press ENTER. Your PC will reboot.
When the PC starts to reboot press F8. At the boot menu select Safe Mode and press ENTER.
Log in as the administrator and open Windows Explorer. Go to Tools->Folder Options and then click on the View tab. Check Show Hidden Files and Folders and uncheck Hide Protected Operating System
Browse to C:\System Volume Information\_restore{23BEBE69-7A98-4EC2-845F-1AAC4DFC8C47}, the numbers and letters in the braces will be different on your system. Once in this folder find the RP#, # being a number, folder that was modified last before the problem occurred.
Next open the Snapshot folder. From the Snapshot folder, copy the following files to the C:\Windows\Tmp folder:
_REGISTRY_USER_.DEFAULT
_REGISTRY_MACHINE_SECURITY
_REGISTRY_MACHINE_SOFTWARE
_REGISTRY_MACHINE_SYSTEM
_REGISTRY_MACHINE_SAM
Rename the files in the C:\Windows\Tmp folder as shown below:
Rename _REGISTRY_USER_.DEFAULT to DEFAULT
Rename _REGISTRY_MACHINE_SECURITY to SECURITY
Rename _REGISTRY_MACHINE_SOFTWARE to SOFTWARE
Rename _REGISTRY_MACHINE_SYSTEM to SYSTEM
Rename _REGISTRY_MACHINE_SAM to SAM
Again boot from your Windows XP CD and press 'R' to enter the Recovery Console. At the command prompt enter the following pressing ENTER after each line:
del c:\windows\system32\config\sam
del c:\windows\system32\config\security
del c:\windows\system32\config\software
del c:\windows\system32\config\default
del c:\windows\system32\config\system
copy c:\windows\tmp\software c:\windows\system32\config\software
copy c:\windows\tmp\system c:\windows\system32\config\system
copy c:\windows\tmp\sam c:\windows\system32\config\sam
copy c:\windows\tmp\security c:\windows\system32\config\security
copy c:\windows\tmp\default c:\windows\system32\config\default
Type "exit" and press ENTER. Your PC will reboot.
Allow your PC to boot into Windows normally. Once Windows starts go to Start->All Programs->Accessories->System Tools->System Restore. Here you can restore to a previous restore point
No comments:
Post a Comment