Vmware报错 This product may not be installed on a computer that has Microsoft HyperV installed. 解决

若本机windows系统开启了虚拟系统,需要关闭以防止冲突

 

如果有HyperV选项就取消HyperV,但是也有的windows版本没有

若还是提醒错误:

以管理员身份(win + x)运行命令提示符

执行命令:bcdedit /set hypervisorlaunchtype off

重启系统,运行vm即可

 

如果想要恢复hyper启动:

bcdedit / set hypervisorlaunchtype auto


版权声明:本文为bibiboyx原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。