在windows server 2012/2012R2 服務器上准備安裝和使用Vmware workstation,卻提示:“Vmware workstationhyper-v不兼容”。如下圖:

wKioL1iVcnyRd0pAAACQa90kZmU378.png-wh_50

    如果想使用workstation,可以刪掉hyper-v。但是為了能夠同時使用兩者,下面就介紹在不刪除hyper-v的情況下安裝vmware workstation的方法:

    1、創建

   開始——cmd——回車

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

   會出現一串guid號,請記下。

   bcdedit /set  {6d3cb78b-e8f9-11ea-bbcd-e022d5a64ab1} hypervisorlaunchtype off

wKiom1iVcrfDxlVMAAF389hPW-A579.jpg-wh_50

   然后重啟服務器,在操作系統啟動菜單,可以看到剛才新增的“Windows Server 2008 R2 entperise Without Hyper-V”,然后選中啟動,進入到桌面,就可以正常安裝workstation了。

   2、刪除

   進入到DOS窗口,bcdedit /delete  {6d3cb78b-e8f9-11ea-bbcd-e022d5a64ab1}

151016532.jpg

   3、更改開機默認啟動項

   進入DOS窗口,bcdedit /default  {6d3cb78b-e8f9-11ea-bbcd-e022d5a64ab1}。