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.
xz.xz.lt/vmware-player-and-hyper-v-are-not-compati...