Created
October 23, 2018 08:57
-
-
Save dmstern/2cdf09b2d6d9b513c83bd7a0a0207cbf to your computer and use it in GitHub Desktop.
fix for virtual box not running // disable hyper-v on windows
This file contains 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
bcdedit | |
bcdedit /set hypervisorlaunchtype off | |
Restart your PC system to use VirtualBox | |
# Re-enable: | |
bcdedit /set hypervisorlaunchtype auto | |
# source: https://discuss.erpnext.com/t/virtualbox-wont-run-raw-mode-unavailable-courtesy-of-hyper-v/34541/10?u=daniel_morgenstern |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment