Skip to content

Instantly share code, notes, and snippets.

@wilhelmberg
Last active January 4, 2019 12:22
Show Gist options
  • Save wilhelmberg/11eb186f471f7b91cd793372b3f50de5 to your computer and use it in GitHub Desktop.
Save wilhelmberg/11eb186f471f7b91cd793372b3f50de5 to your computer and use it in GitHub Desktop.
Switch Hyperv Hyper-Visor off/auto virtualbox docker w10 windows10

ref Scott Hanselman: Switch easily between VirtualBox and Hyper-V with a BCDEdit boot Entry in Windows 8.1

Install Hyper-V

Turn Windows features on or off

Windows features

Run from elevated Administrator prompt!!

List exisinting boot configurations

bcdedit

Create/edit configuration

C:\>bcdedit /copy {current} /d "No Hyper-V"
The entry was successfully copied to {ff-23-113-824e-5c5144ea}.

C:\>bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off
The operation completed successfully.

Reboot to new configuration

  • Press shift when clicking on Restart
  • Click Use another operating system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment