VMware Workstation 与 Device/Credential Guard 不兼容。如何禁用 Device/Credential Guard ?
时间: 2023-10-19 19:33:04 浏览: 287
要禁用 Device/Credential Guard,您可以按照以下步骤操作:
1. 打开命令提示符(以管理员身份运行)。
2. 输入以下命令并执行:
```
bcdedit /set hypervisorlaunchtype off
```
3. 重新启动计算机。
请注意,禁用 Device/Credential Guard 可能会降低计算机的安全性,请在自己的风险下进行操作。如果您需要 VMware Workstation 和 Device/Credential Guard 共存,您还可以考虑使用其他解决方案,例如 Hyper-V 与 VMware Workstation 共存。
相关问题
VMware Workstation 与 Device/Credential Guard 不兼容。怎样禁用 Device/Credential Guard
VMware Workstation与Device/Credential Guard不兼容是因为Device/Credential Guard是Windows 10中的一项安全功能,它使用虚拟化技术来保护系统的凭据和设备。而VMware Workstation也是一款虚拟化软件,两者之间存在冲突。
要禁用Device/Credential Guard以便与VMware Workstation兼容,可以按照以下步骤进行操作:
1. 打开命令提示符(以管理员身份运行)。
2. 输入以下命令并按Enter键运行:`bcdedit /set hypervisorlaunchtype off`
3. 重启计算机以使更改生效。
这样就禁用了Device/Credential Guard,使其与VMware Workstation兼容。请注意,禁用Device/Credential Guard可能会降低系统的安全性,请在自行权衡利弊后进行操作。
VMware Workstation 与 Device/Credential Guard 不兼容。在禁用 Device/Credential Guard
VMware Workstation与Device/Credential Guard不兼容,禁用Device/Credential Guard后可以正常运行VMware Workstation。这个问题的原因是Device Guard或Credential Guard与Workstation不兼容。解决方法是通过控制面板的“卸载程序”和“打开或关闭Windows功能”选项关闭Hyper-V,并选择不重启。
阅读全文