VMware 和 Hyper-V 不能共存问题

报错如下:

VMware Workstation and Hyper-V are notcompatible. Remove the Hyper-V role from the system before running VMwareWorkstation.

翻译后我们可以很容易理解:

VMware工作站和Hyper-V不兼容。运行VMware工作站的之前,从系统中删除Hyper-V的角色。

windows 8.1 最新版出来之前,在使用hyper-VVMware Workstation的时候就发现这个问题了,一直没有时间发文,国庆休息的时候研究微软windows 10升级的时候发现二者兼容问题还是没有解决,遂补充一下,有参照度娘哦。顺便希望微软与VMware能解决出现的问题,为广大IT工作人员提供便利,谢谢!

截图如下:

VMware Workstation and Hyper-V are not compatible_Hyper-V

解决思路:

创建两个启动菜单,在启动的时候选择是否运行Hyper-V;或不需要Hyper-V可直接在程序里边关闭Hyper-V

步骤:

1:首先邮件开始菜单键打开“命令提示符(管理员)”,或者win + X打开:

VMware Workstation and Hyper-V are not compatible_VMware_02

2:输入如下代码:bcdedit  /copy  {default} /d  "Windows 8 Without Hyper-V"

VMware Workstation and Hyper-V are not compatible_VMware_03

3:然后再键入: bcdedit  /set  { } hypervisorlaunchtype  off  《把上面 {} 里生成的ID放在 {} 里面》;

VMware Workstation and Hyper-V are not compatible_Hyper-V_04

4:这是会提示操作成功,但到这里还没有完成,我们还需要添加系统启动项;

VMware Workstation and Hyper-V are not compatible_Hyper-V_05

5:命令行输入msconfig打开系统配置实用程序;

VMware Workstation and Hyper-V are not compatible_Hyper-V_06

键入:msconfig:

VMware Workstation and Hyper-V are not compatible_VMware_07

6:在“系统配置”窗口选择“引导”;

VMware Workstation and Hyper-V are not compatible_共存问题 _08

设置新添加启动项的超时为5(注:win8默认启动系统太快会忽略引导菜单,所以设为5),单击确定完成操作;

VMware Workstation and Hyper-V are not compatible_共存问题 _09

7:根据提示选择“重新启动(R”,完成添加操作:

VMware Workstation and Hyper-V are not compatible_VMware_10

8:重启系统后选择Windows 8 Without Hyper-V引导就可以同时运行VM和HV了。

VMware Workstation and Hyper-V are not compatible_共存问题 _11

欢迎关注微信公众号:小温研习社

VMware Workstation and Hyper-V are not compatible_VMware_12