不满足在启用Hyper-V 或DeviceCredential Guard的情况下运行VMware player的最低要求
我在Windows10安装VMWare workstation 15 Player,版本信息如下:
在试图启动虚拟机时,遇到如下错误消息:
您的主机不满足在启用Hyper-V 或Device/Credential Guard的情况下运行VMware player的最低要求。
我的Windows10版本号为:version 1909,OS Build 18363.1316
对于我这个Windows10版本,如果想使用VMWare workstation player 15.5.5,VMWare官网给出的解决方案是:在windows宿主机里禁掉Hyper-V,同时禁掉Virtualization-based Security(简称VBS):
Disable Hyper-V in the Windows host, then launch VMware Workstation and power on VMs. Note that Windows host VBS will be disabled automatically if Hyper-V is disabledIf using Windows 10 1909 or earlier, the system requirements are not met and therefore Virtualization Based Security has to be set as "Not Enabled".
在Turn windows features on or off里,将Hyper-V相关的选项前的checkbox全部取消:
执行命令行:
bcdedit /set hypervisorlaunchtype off:
确保运行成功:
运行services.msc:
确保和Hyper V相关的服务,只有下列服务处于running状态:
- Hyper-V Host Compute Service
- Hyper-V Virtual Machine Management
将Hv Host service这些服务关闭:
然后使用我CSDN上的这个powershell脚本:
在管理员(Administrator)模式下,运行powershell脚本:
./DG_Readiness_Tool_v3.6.ps1 -Ready:
显示Credential-Guard is enabled and running:
运行下列脚本禁掉Credential-Guard:
./DG_Readiness_Tool_v3.6.ps1 -Disable
显示绿色的Disabling Hyper-V and IOMMU successful, 说明脚本执行成功了。
至于脚本报的红色错误消息:
del : Cannot find path 'C:\Windows\System32\CodeIntegrity\SIPolicy.p7b' because it does not exist.
可以忽略它。这个错误消息参考这个Github issue.
最后运行命令msinfo32:
Virtualization-based security应该处于not running状态:
之后虚拟机即可顺利启动:
更多Jerry的原创文章,尽在:"汪子熙":
Jerry Wang的SAP技术专栏
什么是 RUM JavaScript
JerryWang_汪子熙
使用kvm-virt在服务器上安装openSuse虚拟机
禹鼎侯赞 1阅读 327
有了HotSpot JVM为什么还需要OpenJ9?
骑牛上青山赞 2阅读 539
【Ubuntu】Win11 VmWare虚拟机安装Ubuntu 22.04.1-server
Xander阅读 954
macos操作系统VMware ESXI 6.7u2 无法发送按键的解决方法
myskies阅读 852
LC-3 虚拟机学习总结
三流赞 1阅读 806
JVM说--直接内存的使用
京东云开发者赞 2阅读 327
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。