Skip to content

Instantly share code, notes, and snippets.

@felipecrs
Created April 8, 2020 15:25
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 felipecrs/c27892f4e1e3b78fe89631fae6b4f376 to your computer and use it in GitHub Desktop.
Save felipecrs/c27892f4e1e3b78fe89631fae6b4f376 to your computer and use it in GitHub Desktop.
Enable/disable Hyper-V

Enable

Run in PowerShell as Administrator

bcdedit /set hypervisorlaunchtype auto

Disable

Run in PowerShell as Administrator

bcdedit /set hypervisorlaunchtype off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment