如果你的電腦上同時有 VMware 跟 Hyper-V,可能會出現這樣的訊息
 
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation.
ca9d46d6588c5b1d9cc4ab2c79250744.png
 
這時候就需要做一些開機的設定,關閉 Hyper-V 才能順利地執行 VMware
  • 複製既有的開機選項設定
    先用系統管理者權限開啟 [命令提示字元]
    並執行
    bcdedit /copy {default} /d "Windows Without Hyper-V"
    
  • 關閉 Hypervisor
    複製步驟 1 中產生的 ID,然後執行下面語法
     
    bcdedit /set {步驟 1 的 ID} hypervisorlaunchtype off
  • 調整預設開機設定
    輸入 msconfig 可以看到新產生的設定,可以換掉預設的開機設定喔
     
Facebook 討論區載入中...