Created
November 19, 2018 13:26
-
-
Save Voronenko/75b76ffd97b8944e6fa08d6de525468e to your computer and use it in GitHub Desktop.
Allow parallel run for virtualbox with windows10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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