Created
January 21, 2020 18:46
-
-
Save sprig/9ddcfbc498a5d61badce1e382add01c7 to your computer and use it in GitHub Desktop.
Toggle Hyper-V Hypervisor startup for e.g. hyper-v/wsl2 vs vmware #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
:: ON (Windows) | |
bcdedit /set hypervisorlaunchtype auto | |
:: OFF (vmware) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment