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.
Very good this post! Help me to run again my vmware machine. Thank you!