一、本机虚拟机启动错误
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不兼容
文章讲述了在使用VMwareWorkstation时遇到与Device/CredentialGuard不兼容的问题,以及DockerDesktop提示硬件辅助虚拟化和数据执行保护未启用的错误。解决方案包括禁用Device/CredentialGuard的HV主机服务,通过bcdedit命令调整虚拟化设置,并可能需要在BIOS中开启相关选项。
4857

被折叠的 条评论
为什么被折叠?



