Twenty-five years without you

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

最近搭建了windows phone 8.1开发环境,为了开机就可以进行WP8.1开发,就使用了

bcdedit /set {BCD ID} hypervisorlaunchtype auto

命令将Hyper-V随机启动,现在需要在vmware中运行linux系统,打开虚拟机就提示以下错误:

vmware workstation and hyper-v are not compatible. Remove the hyper-v role from the system before running vmware workstation

解决办法是,增加开机启动项选择,决定是否使用hyper-v:

按win+x打开菜单,以administrator身份执行命令行

执行下面命令复制当前的设定(当前是auto的):

bcdedit /copy {current} /d "Windows 8.1 with Hyper-V OFF"

提示成功复制,这个配置的hyper-V是自动启动的,下面把它改成off(复制花括号中的一段ID编号):

bcdedit /set {466a47c5-c490-11e4-96d4-e52ed5055636} hypervisorlaunchtype OFF

这样就可以开机选择是否启用hyper-v了:

 

posted on 2015-03-11 20:57  Rumble Zheng  阅读(291)  评论(0编辑  收藏  举报