ConstStar
发布于 2021-08-15 / 704 阅读 / 0 评论 / 0 点赞

VMware模块“VPMC”启动失败

image.png

VMware与Hyper-V冲突导致的,需要关闭Hyper-V。

bcdedit /set hypervisorlaunchtype off

image.png

重启之后就能使用VMware了

如果想要重新开启Hyper-V

bcdedit /set hypervisorlaunchtype auto

评论