最近搭建了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了: