Created
July 24, 2021 09:03
-
-
Save Withoutbytes/64bc581431aeb9e80573d79cb90740a9 to your computer and use it in GitHub Desktop.
hyper-v vmware switch
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
| I use the following command to be able to use either vmware workstation pro 15 or hyper-v on the same pc. One at a time. | |
| If I want to use vmware workstation pro 15 I enter: | |
| Bcdedit /set hypervisorlaunchtype off | |
| Then restart | |
| If I want to use hyper-v I enter: | |
| Bcdedit /set hypervisorlaunchtype auto | |
| And then restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment