This article describes how to recover a Windows XP system that does not
start because of a corrupt registry. This procedure does not
guarantee a full recovery ,However, you should be able to recover your data
when you use this procedure.
You can repair a corrupted registry in Windows XP. Corrupted registry files
can cause a variety of different error messages. Please refer to the Knowledge
Base for articles regarding error messages related to registry issues.
This article assumes that normal recovery methods have failed and access to
the system is not available except by using Recovery Console. If an Automatic
System Recovery (ASR) backup exists, it is the preferred method for recovery;
it is recommended that you use the ASR backup before you try the procedure
described in this article.
NOTE: Make sure to replace all 5 of the registry hives. If
you only replace a single hive or two, this can cause potential issues, since
software and hardware may have settings in multiple locations in the registry.
When you try to start or restart your Windows XP-based computer, you may
receive one of the following error messages:
The procedure described in this article uses Recovery Console, System Restore, and lists all the required steps in specific order to ensure that the process completes fully. After you complete this procedure, the system should return to a state very close to the system before the problem occurred. If you have ever run NTBackup and completed a system state backup, you do not have to follow the procedures in parts two and three; you can skip to part four.
In part one, you boot to the Recovery Console, create a temporary folder,
back up the existing registry files to a new location, delete the registry
files at their existing location, and then copy the registry files from the
repair folder to the System32\Config folder. When you are finished with this
procedure, a registry is created that you can use to boot back into Windows
XP. This registry was created and saved during the initial setup of Windows
XP, so any changes and settings that took place after Setup completes are
lost.
To complete part one, follow these steps:
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
NOTE: This procedure assumes that Windows XP is installed
to the C:\Windows folder. Make sure to change C:\Windows to the appropriate
windows_folder if it is a different location.
If you have access to another computer, to save time, you can copy the text in
step two, and then create a text file called "Regcopy1.txt" (for example). To
create this file, run the following command when you boot into Recovery
Console:
batch regcopy1.txt
The Batch command in Recovery Console allows for all the commands in a text file to be sequentially processed. When you use the batch command, you do not have to manually type as many commands.
To complete the procedure described in this section, you must be logged on
as an administrator, or an administrative user (a user who has an account in
the Administrators group). If you are using Windows XP Home Edition, you can
log on as an administrative user. If you log on as an administrator, you must
first start Windows XP Home Edition in Safe mode. To start the Windows XP Home
Edition computer in Safe mode, follow these steps.
NOTE: Print these instructions before you continue. You
cannot view these instructions after you restart the computer in Safe Mode. If
you use the NTFS file system, also print the instructions from Knowledge Base
article Q309531, which is referenced in Step 7.
In part two, you copy the registry files from their backed up location by using System Restore. This folder is not available in Recovery Console and is normally not visible during normal usage. Before you start this procedure, you must change several settings to make the folder visible:
If you get this message, see the following Microsoft Knowledge Base article to gain access to this folder and continue with the procedure:
309531 How to Gain Access to the System Volume Information Folder
C:\System Volume Information\_restore{D86480E3-73EF-47BC-A0EB-A81BE6EE3ED8}\RP1\Snapshot
These files are the backed up registry files from System Restore. Because
you used the registry file created by Setup, this registry does not know that
these restore points exist and are available. A new folder is created with a
new GUID under System Volume Information and a restore point is created that
includes a copy of the registry files that were copied during part one. This
is why it is important not to use the most current folder, especially if the
time stamp on the folder is the same as the current time.
The current system configuration is not aware of the previous restore points.
You need a previous copy of the registry from a previous restore point to make
the previous restore points available again.
The registry files that were copied to the Tmp folder in the C:\Windows folder
are moved to ensure the files are available under Recovery Console. You need
to use these files to replace the registry files currently in the
C:\Windows\System32\Config folder. Recovery Console has limited folder access
and cannot copy files from the System Volume folder by default.
NOTE: The procedure described in this section assumes that
you are running your computer with the FAT32 file system.
In part three, you delete the existing registry files, and then copy the System Restore Registry files to the C:\Windows\System32\Config folder:
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\_registry_machine_software
c:\windows\system32\config\software
copy c:\windows\tmp\_registry_machine_system
c:\windows\system32\config\system
copy c:\windows\tmp\_registry_machine_sam c:\windows\system32\config\sam
copy c:\windows\tmp\_registry_machine_security
c:\windows\system32\config\security
copy c:\windows\tmp\_registry_user_.default
c:\windows\system32\config\default
NOTE: Some of the preceding command lines may be wrapped for readability.
NOTE: This procedure assumes that Windows XP is installed
to the C:\Windows folder. Make sure to change C:\Windows to the appropriate
windows_folder if it is a different location.
If you have access to another computer, to save time, you can copy the text in
step two, and then create a text file called "Regcopy1.txt" (for example).
For additional information about using Recovery Console, click the article numbers below to view the articles in the Microsoft Knowledge Base:
307654 HOW TO: Access the Recovery Console During Startup
216417 How to Install the Windows XP Recovery Console
240831 How to Copy Files from Recovery Console to Removable Media
314058 Description of the Windows XP Recovery Console
For additional information about System Restore, click the article numbers below to view the articles in the Microsoft Knowledge Base:
306084 HOW TO: Restore Windows XP to a Previous State
261716 System Restore Removes Files During a Restore Procedure