Created
August 8, 2019 16:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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