Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Last active February 4, 2020 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dantheman213/37d4db38c661ccfb6524aa8db732fe52 to your computer and use it in GitHub Desktop.
Save dantheman213/37d4db38c661ccfb6524aa8db732fe52 to your computer and use it in GitHub Desktop.
# hyper-v on/off in windows 10
bcdedit /set hypervisorlaunchtype off
bcdedit /set hypervisorlaunchtype on
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment