How to disable Hyper-V in command line?

Sky picture Sky · May 28, 2015 · Viewed 183.6k times · Source

I'm trying to open VMware, it says that VMware player and Hyper-V are not compatible. I found it here, but it's not working using the command it offers.

I tried to see the help, found that there's /hypervisorsettings option there. But still not work with it, it says The parameter is incorrect.

Can anyone help with this?

Answer

LukeSkCzEnDeRuPl picture LukeSkCzEnDeRuPl · Mar 5, 2016

In an elevated Command Prompt write this :

To disable:

bcdedit /set hypervisorlaunchtype off

To enable:

bcdedit /set hypervisorlaunchtype auto 

(From comments - restart to take effect)