Skip to content

Instantly share code, notes, and snippets.

@ocelotsloth
Created December 10, 2018 13:25
Show Gist options
  • Save ocelotsloth/a1897190b0abd0c948a614ec7d2ae70f to your computer and use it in GitHub Desktop.
Save ocelotsloth/a1897190b0abd0c948a614ec7d2ae70f to your computer and use it in GitHub Desktop.
Reset Windows MBR

Reset Windows MBR Instructions

Boot into recovery environment. Get shell. Enter the following:

BCDedit /export C:\BCD_Backup
C:
CD boot
Attrib BCD -s -h -r
Ren C:\boot\bcd bcd.old
Bootrec /RebuildBcd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment