Skip to content

Instantly share code, notes, and snippets.

@aosterwyk
Created November 19, 2021 02:23
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 aosterwyk/ec58c25c88118b24e37eeb766706716e to your computer and use it in GitHub Desktop.
Save aosterwyk/ec58c25c88118b24e37eeb766706716e to your computer and use it in GitHub Desktop.
Windows 10 - Disable Hyper-V on startup

Disable Hyper-V on startup:

bcdedit /set hypervisorlaunchtype off

Enable (default/auto):

bcdedit /set hypervisorlaunchtype auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment