Skip to content

Instantly share code, notes, and snippets.

@screamingjungle
Created May 2, 2017 22:26
Show Gist options
  • Save screamingjungle/d79e103afe7ecd0436a847bec35d50ba to your computer and use it in GitHub Desktop.
Save screamingjungle/d79e103afe7ecd0436a847bec35d50ba to your computer and use it in GitHub Desktop.
Vagrant - Turn Hyper-V off in Windows
To turn Hypervisor off on windows from a command window: "bcdedit /set hypervisorlaunchtype off" and reboot.
To turn it back on: "bcdedit /set hypervisorlaunchtype on" and reboot.
@rolarblaze
Copy link

You will have to add the following command as an entry and reboot your pc bcdedit /set hypervisorlaunchtype auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment