1

I have installed VMware workstation 16 on Hyper-V enabled host windows.

enter image description here enter image description here

The windows version is Win 10 2004 pro and hyper-v, wsl, sandbox are enabled to run docker. enter image description here enter image description here

Even though virtualization-based service is running, I could not power on VM and it's sending an error message of "VMware Workstation and Device/Credential Guard are not compatible"

enter image description here enter image description here

I have also enabled VBS support in guest VM, but still, it's not working.

enter image description here

Ramhound
  • 44,080

1 Answers1

1

I have solved issue by disabling Credential Guard.

https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage#disable-windows-defender-credential-guard

Now both hyper-v and vmware can operate, though I can't use VT-x in guest vm.

It seems like VBS is different from credential guard.