Skip to content

Instantly share code, notes, and snippets.

@dmstern
Created October 23, 2018 08:57
Show Gist options
  • Save dmstern/2cdf09b2d6d9b513c83bd7a0a0207cbf to your computer and use it in GitHub Desktop.
Save dmstern/2cdf09b2d6d9b513c83bd7a0a0207cbf to your computer and use it in GitHub Desktop.
fix for virtual box not running // disable hyper-v on windows
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