有时候在安装了hyper-v的windows server上想再安装vmware workstation,但是安装的是时候报错,不能同时都安装,当然如果想使用workstation,也可以删掉hyper-v,下面就介绍在不删出hyper-v的情况下安装workstation。

    1、创建

   开始——cmd——回车

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

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

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

150534895.jpg

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

   2、删除

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

151016532.jpg

   3更改开机默认启动项

   进入DOS窗口,bcdedit /default {guid}