Tricky Tricks ›› Windows Tricks ›› Registry Tricks ›› Backup Restore The Registry

Backup Restore The Registry

Registry Tricks

Backup /Restore the Registry:

 To Backup/Restore the Windows Registry:
 
 If you are in MSDOS, at the C:\Windows prompt type
 Attrib -s -r -h C:\Windows\System.dat (press Enter)
 Attrib -s -r -h C:\Windows\User.dat (press Enter)
 
 Make the backup copies type: 
 copy C:\Windows\System.dat C:\Windows\System.000 (press Enter)
 copy C:\Windows\User.dat C:\Windows\user.000 (press Enter)
 
 To Restore the Registry Type
 copy C:\Windows\System.000 C:\Windows\System.dat (press Enter)
 copy C:\Windows\User.000 C:\Windows\user.dat (press Enter)
 

Partners