There is various type of error massage display in registry, to repair corrupted registry in windows XP
Follow the steps:
Delete the existing registry file and then copy the System Restore Registry files to the C:\Windows\System32\Config folder:
1. Start Recovery Console.
2. At the command prompt, type the following lines, pressing ENTER after you type 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
3. Type exit to quit Recovery Console. Your computer restarts.
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 "Regcopy2.txt" (for example). To use this file, run the following command when you start in Recovery Console:
batch regcopy2.txt
If this tips not able to resolve your problems properly simply go through Windows XP Support
0 comments:
Post a Comment