VMware Workstation 与 Device/Credential Guard 不兼容
问题描述:
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。
解决办法:关闭hyper。
以管理员身份运行cmd
bcdedit /set hypervisorlaunchtype off
注意:需要重启计算机
补充:如果需要重新开启hyper,则使用以下命令:
bcdedit /set hypervisorlaunchtype auto