Skip to content

Instantly share code, notes, and snippets.

@salaros
Created October 21, 2018 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salaros/7a810520fd5eef5cf7fe5b6461db12e3 to your computer and use it in GitHub Desktop.
Save salaros/7a810520fd5eef5cf7fe5b6461db12e3 to your computer and use it in GitHub Desktop.
;; 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