一、本机虚拟机启动错误
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation。
解决:
1、按下WIN+R打开运行,然后输入services.msc回车;
2、在服务中找到 HV主机服务,双击打开设置为禁用
3、windowns键+X 再打开Windows PowerShell(管理员)
4、运行命令:bcdedit /set hypervisorlaunchtype off;
5、重启windowns10系统
二、本机Docker Desktop错误
Hardware assisted virtualization and data execution protection must be enabled in the BIOS
解决:
1、cmd控制台,运行命令: bcdedit /set hypervisorlaunchtype auto
2、重启电脑
参考:VMware Workstation 与 Device/Credential Guard 不兼容!_小角色也有大梦想的博客-优快云博客_vmware与device/credential不兼容