Last active
March 17, 2017 07:11
-
-
Save theChaosCoder/4bf626789cd2f5a6c676edceebe15202 to your computer and use it in GitHub Desktop.
Hyper-V enable / disable
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 | |
/!\ needs restart /!\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment