VMware Workstation与Device/Credential Guard不兼容_不兼容 ​​友链​​

打开vmware虚拟机出现如下报错

VMware Workstation与Device/Credential Guard不兼容。在禁用Device/Credential Guard后,可以运行VMware Workstation。

或者在使用virtual box创建虚拟机时只有x86选项

使用管理员权限打开cmd,执行如下命令即可解决:

net stop vmms
bcdedit /set hypervisorlaunchtype off
shutdown /g /t 1