VMWare 15在Windows 10系统上出现与Device Guard冲突的问题,详见官方KB:
https://kb.vmware.com/s/article/2146361
KB中引入的解决方案为微软官方指南,很复杂,而且可能还不能解决这个问题。知乎上一个大神提出了一个简单的解决方案,实测有效,而且很方便:
# Windows 10中用管理员权限运行命令行工具cmd
# 关闭Device Guard
bcdedit /set hypervisorlaunchtype off
# 重新开启Device Guard
bcdedit /set hypervisorlaunchtype auto