You can restore your registry files manually to an earlier point by going through the steps outlined below. The process is involved and requires some careful typing. Ask a computer-savvy friend to assist you if you lack experience in this area.
- Keep tapping F8 during the early boot phase.
- Select Safe Mode Command Prompt from the menu.
- Log on as Administrator if prompted.
- Select Repair when prompted.
- Select the Command Prompt.
- Identify the correct drive letter for your Windows installation. It could be drive E: or F:. You do it by typing the commands
dir C:\Win*
dir D:\Win*
dir E:\Win*
until you find the Windows folder.
I will call that drive "Q:".
- Type these commands:
cd /d Q:\windows\System32\config
xcopy *.* Q:\RegBack\
cd RegBack
dir
- Examine the dates of the Software, System and SAM files. Were the files created before or after your problem became apparent?
- If they were made before the problem became apparent then you can type these commands:
copy /y software ..
copy /y System ..
copy /y Sam ..
(the two dots are part of each command)
- Reboot normally. If things do not work out then you can backtrack by copying the original registry files from Q:\Regback to Q:\Windows\System32\config.