Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created November 19, 2018 13:26
Show Gist options
  • Save Voronenko/75b76ffd97b8944e6fa08d6de525468e to your computer and use it in GitHub Desktop.
Save Voronenko/75b76ffd97b8944e6fa08d6de525468e to your computer and use it in GitHub Desktop.
Allow parallel run for virtualbox with windows10
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.
https://www.hanselman.com/blog/SwitchEasilyBetweenVirtualBoxAndHyperVWithABCDEditBootEntryInWindows81.aspx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment