6
5
I installed VMworkstation on a fresh Windows 10 operating system. When I tried to create any machine I got the following error:
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.
I checked the "Windows Features" and I found that Hyper-V is disabled. Also I used the following CMD shell and power shell commands to disable Hyper-v.
CMD Shell
bcdedit /set hypervisorlaunchtype off
CMD Shell
dism.exe /Online /Disable-Feature:Microsoft-Hyper-V-All
PowerShell
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All
Then I restart the machine, then I reinstall the Vmware workstation again and still it doesn't work.
Update: The operating System is windows 10
1What edition and version of Windows 10 are you using? Edit your question to include this information. – Ramhound – 2018-01-18T17:15:52.773
1I wanted to know what build (1703,1709, etc) and what edition (Home, Professional, Enterprise, etc) – Ramhound – 2018-01-18T20:34:22.740