Linux:VMware启动报错&禁用 Device/Credential Guard的方法

目录

  • 1、概述
  • 2、解决方案


1、概述

提示Vmware与DeviceCredential Guard不兼容,需要禁用Device/Credential Guard就可以运行Vmware,按照一般方法找不到直接关闭的入口,报错如图

2、解决方案

修改注册表,找到HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ DeviceGuard ,将默认值修改为0

Linux:VMware启动报错&禁用 Device/Credential Guard的方法_第1张图片
然后【win+x】选择 Windows Powershell (管理员)(A) 执行 bcdedit /set hypervisorlaunchtype off

最后重启电脑,在此打开虚拟机就大功告成啦!!!

你可能感兴趣的:(Linux,linux,运维,服务器)