Skip to content

Instantly share code, notes, and snippets.

@larrybahr
Last active July 22, 2020 20:13
Show Gist options
  • Save larrybahr/43eff24b1fd9b25a02d3543e791d0ffd to your computer and use it in GitHub Desktop.
Save larrybahr/43eff24b1fd9b25a02d3543e791d0ffd to your computer and use it in GitHub Desktop.
Run VirtualBox VMs and Docker on Windows 10 Home

This is what should have worked

Other General Sources:

I still cannot get this working

My work around is to run these commands

# for VMS 
bcdedit /set hypervisorlaunchtype off
reboot

# for docker
bcdedit /set hypervisorlaunchtype auto
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment