Created
April 10, 2017 10:27
-
-
Save regisbsb/c240910bdde5bbecc7db045e2550999e to your computer and use it in GitHub Desktop.
create no hyper-v boot entry
This file contains 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
bcdedit /copy {current} /d "No Hyper-V" | |
bcdedit /set {copy from result from first command} hypervisorlaunchtype off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment