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?
Command line:
dism /online /disable-feature /featurename:microsoft-hyper-v-all
If anyone is getting:
after trying to disable the Hyper-V, try uninstalling Hyper-V virtual network adapters from your Device Manager->Network Adapters
In an elevated Command Prompt write this :
To disable:
To enable:
(From comments - restart to take effect)
you can use my script. paste code lines to notepad and save as vbs(for example switch_hypervisor.vbs)
You can have a Windows 10 configuration with and without Hyper-V as follows in an Admin prompt:
find the new id of the just created "Windows 10 no Hyper-V" bootentry, eg. {094a0b01-3350-11e7-99e1-bc5ec82bc470}
After rebooting you can choose between Windows 10 with and without Hyper-V at startup
Open a command prompt as admin and run this command:
After a reboot, Hyper-V is still installed but the Hypervisor is no longer running. Now you can use VMware without any issues.
If you need Hyper-V again, open a command prompt as admin and run this command:
This command works
Run it then agree to restart the computer when prompted.
I ran it in elevated permissions PowerShell on Windows 10, but it should also work on Win 8 or 7.