Created
December 21, 2018 18:59
-
-
Save neontorrent/b0d4aab9440c359b3242d77b66502ad0 to your computer and use it in GitHub Desktop.
En/Disable Hyper-V
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 /set hypervisorlaunchtype off | |
bcdedit /set hypervisorlaunchtype auto | |
bcdedit | |
#hypervisorlaunchtype Auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment