Created
July 30, 2021 07:34
-
-
Save Semdevmaster/b1b7e9c79a60e3ffbf0d85c2ab9ebe29 to your computer and use it in GitHub Desktop.
ON/OFF Hyper-V on Windows
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
| Enter commands in console from administrator | |
| #Enable Hyper-V | |
| bcdedit /set hypervisorlaunchtype auto | |
| #restart pc | |
| #Disable Hyper-V | |
| bcdedit /set hypervisorlaunchtype off | |
| #restart pc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment