Created
October 21, 2018 14:36
-
-
Save salaros/7a810520fd5eef5cf7fe5b6461db12e3 to your computer and use it in GitHub Desktop.
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
;; Copy current boot option and call it "No Hyper-V" | |
bcdedit /copy {current} /d "No Hyper-V" | |
;; Copy guid from the command above | |
bcdedit /set {ff-23-113-824e-5c5144ea} hypervisorlaunchtype off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment