最近搭建了windows phone 8.1開發環境,爲了開機就能夠進行WP8.1開發,就使用了linux
bcdedit /set {BCD ID} hypervisorlaunchtype autowindows
命令將Hyper-V隨機啓動,如今須要在vmware中運行linux系統,打開虛擬機就提示如下錯誤:命令行
vmware workstation and hyper-v are not compatible. Remove the hyper-v role from the system before running vmware workstationblog
解決辦法是,增長開機啓動項選擇,決定是否使用hyper-v:開發
按win+x打開菜單,以administrator身份執行命令行虛擬機
執行下面命令複製當前的設定(當前是auto的):it
bcdedit /copy {current} /d "Windows 8.1 with Hyper-V OFF"io
提示成功複製,這個配置的hyper-V是自動啓動的,下面把它改爲off(複製花括號中的一段ID編號):配置
bcdedit /set {466a47c5-c490-11e4-96d4-e52ed5055636} hypervisorlaunchtype OFFim
這樣就能夠開機選擇是否啓用hyper-v了: