Skip to content

Instantly share code, notes, and snippets.

@MikaelElkiaer
Created June 21, 2019 08:17
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 MikaelElkiaer/4793b1c8f3c24c8e865cf23f7c105132 to your computer and use it in GitHub Desktop.
Save MikaelElkiaer/4793b1c8f3c24c8e865cf23f7c105132 to your computer and use it in GitHub Desktop.
Turning Hypervisor (for Docker) off/on
# Run from elevated prompt (admin privileges)
bcdedit /set hypervisorlaunchtype off
# Run from elevated prompt (admin privileges)
bcdedit /set hypervisorlaunchtype auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment