【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti

两个原因:

  • Device Guard或Credential Guard与Workstation不兼容。
  • Windows系统的Hyper-V不兼容。

第一步:

win+ R“打开运行,输入gpedit.msc,确定打开 本地组策略编辑器 转到 本地计算机策略➡计算机配置➡管理模板➡系统➡Device Guard 打开 基于虚拟化的安全设置“已禁用”
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第1张图片【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第2张图片
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第3张图片

第二步:

win+ R“打开运行,输入services.msc,确定打开 本地服务➡找到HV主机服务➡启动类型设置“禁用”
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第4张图片
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第5张图片
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第6张图片

第三步:

“ 控制面板” ➡ “ 卸载程序” ➡ “ 打开或关闭Windows功能” 以关闭 Hyper-V,选择不重启
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第7张图片

第四步:

通过命令关闭Hyper-V(控制面板关闭Hyper-V起不到决定性作用)“win+ x”,然后运行以管理员身份运行Windows Powershell (管理员)也可以选择“cmd” 以管理员身份运行

bcdedit /set hypervisorlaunchtype off

【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第8张图片
【报错】VMware Workstation 与 Device/Credential Guard 不兼容.在禁用 Device/Credenti_第9张图片

bcdedit /set hypervisorlaunchtype auto

第五步:

重启电脑

参考:https://www.cnblogs.com/oneWhite/p/12522050.html这是我觉得写的全面的文章。

你可能感兴趣的:(日常记录,windows,虚拟机)