Skip to content

Instantly share code, notes, and snippets.

@seantunwin
Created August 8, 2019 16:49
Show Gist options
  • Save seantunwin/7bf1801e58461a2f29b758842db604b8 to your computer and use it in GitHub Desktop.
Save seantunwin/7bf1801e58461a2f29b758842db604b8 to your computer and use it in GitHub Desktop.
Hyper-V: Turn on/off to use between VirtualBox and Docker for Windows
### Reboot is required before changes will take effect
# Disable Hyper-V
## Required to use VirutalBox
bcdedit /set hypervisorlaunchtype off
# Enable Hyper-V
## Required to use Docker for Windows
bcdedit /set hypervisorlaunchtype auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment