VMware Workstation 与 Device/Credential Guard 不兼容
作者:互联网
问题:
在确定已经禁用 Hyper-V 功能的前提下,启动虚拟机还是报错 "VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard 后,可以运行 VMware Workstation"。
解决办法:
1、打开本地服务,将 "HV 主机服务" 设置为 "禁用"。
本地服务打开方式:
- 此电脑-->管理-->服务和应用程序-->服务
- 快捷方式 Win + R,输入 services.msc,回车
2、以管理员身份运行 Windows PowerShell (Win + x 或者 在开始菜单点击鼠标右键)
执行命令
bcdedit /set hypervisorlaunchtype off
3、提示 "操作成功完成",之后重启电脑生效。
标签:Credential,Workstation,--,Guard,Device,VMware 来源: https://www.cnblogs.com/woods1815/p/15645694.html