VMware Player and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Player.

You can disable Hyper-V without uninstalling it. Start a command prompt with administrator rights and execute the following command:

// to disable hyper-v
bcdedit /set hypervisorlaunchtype off

// to enable hyper-v
bcdedit /set hypervisorlaunchtype auto

Both Operations require restarting your computer.

One thought on “VMware Player and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Player.”

  1. Very good this post! Help me to run again my vmware machine. Thank you!

Comments are closed.