Remove unwanted junk files from windows registry with registry cleaner
Consider, when you try to start Windows XP based computer, you get one of the following error messages:
Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SYSTEM
Windows XP could not start because the following file is missing or corrupt: \WINDOWS\SYSTEM32\CONFIG\SOFTWARE
Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file): \SystemRoot\System32\Config\SOFTWARE or its log or alternate
System error: Lsass.exe
When trying to update a password the return status indicates that the value provided as the current password is not correct.
Any one of the above error messages may be caused by corruption on the registry. To handle the situation, it is highly recommended that you use one of the following methods to recover your data.
-
In case you have an Automatic System Recovery (ASR) backup, then use it to perform recovery.
-
But if you do not have it, then you will need to recover the corrupt registry, if you want to prevent formatting of your system. To do this, follow the undermentioned steps:
Start the computer using the installation disk and enter the recovery console for the Windows XP installation.
At the command prompt, type the following (followed by pressing enter):
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
where, c refers to the concerned drive. Change the drive, if your XP is installed on another drive.
After this, exit from the console and restart your computer.
-
But if the above steps do not solve your problem, then you can either format the system to reinstall Windows and recover data..
To prevent such situations in the future, it is always advisable to opt for a Windows registry manager. These are specialized software that removes registry entries, junk files, and Internet cookies to optimize the system performance.
|