Restore Windows registry
TechnologyTips Note: This tip is for either Windows 95 or 98.
Here’s how to restore your registry with a backup copy that exists on your hard drive.
If you are running Windows 98:
- Restart the computer.
- When the message Starting Windows … appears, hit the F8 key.
- Choose Command Prompt Only from the Startup menu.
- Change to your Windows directory by typing: CD WINDOWS
- Type the following commands to reveal the registry files:
attrib -h -r -s system.da?
attrib -h -r -s user.da? - Create a backup copy of the existing registry with these commands:
copy system.dat system.bak
copy user.dat user.bak - Copy the Windows backup to the registry:
copy system.da0 system.dat
copy user.da0 user.dat - Restart the computer.
If you are running Windows 98, use the “ScanReg” utility instead:
- Restart the computer.
- Hold down the Ctrl key after the memory count until the Startup menu appears.
- Choose Command Prompt Only.
- Type “SCANREG” and hit Enter.
- Restart the computer.