Skip to content

Instantly share code, notes, and snippets.

@regisbsb
Created April 10, 2017 10:27
Show Gist options
  • Save regisbsb/c240910bdde5bbecc7db045e2550999e to your computer and use it in GitHub Desktop.
Save regisbsb/c240910bdde5bbecc7db045e2550999e to your computer and use it in GitHub Desktop.
create no hyper-v boot entry
bcdedit /copy {current} /d "No Hyper-V"
bcdedit /set {copy from result from first command} hypervisorlaunchtype off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment