Guest User

Untitled

a guest
Dec 10th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Reset Windows MBR Instructions
  2.  
  3. Boot into recovery environment. Get shell. Enter the following:
  4.  
  5. ```cmd
  6. BCDedit /export C:\BCD_Backup
  7. C:
  8. CD boot
  9. Attrib BCD -s -h -r
  10. Ren C:\boot\bcd bcd.old
  11. Bootrec /RebuildBcd
  12. ```
Add Comment
Please, Sign In to add comment