52037317 发表于 2018-6-3 15:17:15

Vmware workstation与Hyper

  在windows server 2012/2012R2 服务器上准备安装和使用Vmware workstation,却提示:“Vmware workstation与hyper-v不兼容”。如下图:

    如果想使用workstation,可以删掉hyper-v。但是为了能够同时使用两者,下面就介绍在不删除hyper-v的情况下安装vmware workstation的方法:
    1、创建
   开始——cmd——回车

   bcdedit /copy {default} /d "Windows Server 2008 R2 enterprise Without Hyper-V"

   会出现一串guid号,请记下。

   bcdedit /set {上面出现的guid号} hypervisorlaunchtype off

   然后重启服务器,在操作系统启动菜单,可以看到刚才新增的“Windows Server 2008 R2 entperise Without Hyper-V”,然后选中启动,进入到桌面,就可以正常安装workstation了。
   2、删除

   进入到DOS窗口,bcdedit /delete {guid}


   3、更改开机默认启动项

   进入DOS窗口,bcdedit /default {guid}。
  
页: [1]
查看完整版本: Vmware workstation与Hyper