How to disable Hyper-V in command line?

后端 未结 9 1220
南旧
南旧 2020-11-29 14:32

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

9条回答
  •  时光取名叫无心
    2020-11-29 15:23

    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)

提交回复
热议问题