Skip to content

Instantly share code, notes, and snippets.

@Withoutbytes
Created July 24, 2021 09:03
Show Gist options
  • Save Withoutbytes/64bc581431aeb9e80573d79cb90740a9 to your computer and use it in GitHub Desktop.
Save Withoutbytes/64bc581431aeb9e80573d79cb90740a9 to your computer and use it in GitHub Desktop.
hyper-v vmware switch
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