This problem starts in case you update your existing windows 10 version to 20H1, 21H2 or later version.
For me it was working with old Windows 10 Version. Windows 10 was automatically updated and problems starts for me and I was unable to work with VMware Workstation Pro 16. Even I replace workstation version with 12 & 14 but same issue. The higher version of Windows 10 is coming with Hyper-V which can't allow to work VMware workstation together.
After a lots of struggle I was able to resolve this issue with below changes:-
1. Go to windows services with type services.msc in RUN
2. Stop all Hyper-V services.
3. Go to control panel ---- program and features---Turn windows feature ON/OFF---Untick Hyper-V---Ok---to remove from Windows 10.
4. Run below PowerShell command for VMware Nested Virtualization issues:-
If u want use vmware : use this command in powershell and reboot system:
To disable Hyper-V use this command:- bcdedit /set hypervisorlaunchtype off
( If u want use hyper-v: use this command : bcdedit /set hypervisorlaunchtype auto)
5. Hyper-v and Vmware still don't work together so make below changes in windows Registry:-
To disable Device Guard or Credential Guard :--
Disable the group policy setting that was used to enable Credential Guard.
- On the host operating system, click Start > Run, type gpedit.msc, and click Ok. The Local group Policy Editor opens.
- Go to Local Computer Policy > Computer Configuration > Administrative Templates > System > Device Guard > Turn on Virtualization Based Security.
- Select Disabled.
Restart desktop and try to check ....
I hope this can work for all of you as this working for me now.