Run VMware Player if Installed Hyper-V
2014-08-21
VMware Player can NOT run if you have installed Hyper-V or enabled Hyper-V feature in your Windows system. The solution is actually do NOT need to unistall Hyper-V, but just disable it.
In Windows, run command prompt with administrator rights and execute the following commands:
// disable hyper-v
bcdedit /set hypervisorlaunchtype off
// enable hyper-v
bcdedit /set hypervisorlaunchtype auto
Also you need to restart your Windows system..