Skip to content

Instantly share code, notes, and snippets.

@chuckleplant
Last active August 29, 2015 14:14
Show Gist options
  • Save chuckleplant/244ff8b7b66593ed8fa1 to your computer and use it in GitHub Desktop.
Save chuckleplant/244ff8b7b66593ed8fa1 to your computer and use it in GitHub Desktop.
Disable Windows Startup Repair
bcdedit /set {default} recoveryenabled No
bcdedit /set {default} bootstatuspolicy ignoreallfailures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment