Advertisement
FreeBooter

Restore Windows XP registry Hives from Backup

Sep 19th, 2016
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.61 KB | None | 0 0
  1. Ren  C:\Windows\System32\config\SAM             SAM.BAK
  2. Ren  C:\Windows\System32\config\SYSTEM          SYSTEM.BAK
  3. Ren  C:\Windows\System32\config\SECURITY        SECURITY.BAK
  4. Ren  C:\Windows\System32\config\DEFAULT         DEFAULT.BAK
  5. Ren  C:\Windows\System32\config\SOFTWARE        SOFTWARE.BAK
  6.  
  7. Copy  C:\Windows\repair\SYSTEM      C:\Windows\System32\config
  8. Copy  C:\Windows\repair\SOFTWARE    C:\Windows\System32\config
  9. Copy  C:\Windows\repair\SAM         C:\Windows\System32\config
  10. Copy  C:\Windows\repair\SECURITY    C:\Windows\System32\config
  11. Copy  C:\Windows\repair\DEFAULT     C:\Windows\System32\config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement