码迷,mamicode.com
首页 > 系统相关 > 详细

Hyper-V 与 VirtualBox, VMware 冲突解决方法

时间:2017-03-06 11:25:30      阅读:1299      评论:0      收藏:0      [点我收藏+]

标签:nbsp   解决   off   bsp   box   and   str   cmd   system   

 

从 Windows Start 选择 Command Prompt (Admin)

或者执行 runas /user:administrator cmd

以管理员身份运行命令窗口。

 

执行

bcdedit /copy {default} /d "Windows 8.1 without Hyper-V"

 

例如

C:\Windows\system32>bcdedit /copy {default} /d "Windows 8.1 without Hyper-V"

The entry was successfully copied to {e963cdfc-b015-11e4-a7af-c724e702a228}.

C:\Windows\system32>

 

 

执行

bcdedit /set {<id>} hypervisorlaunchtype off

其中<id>是上一步骤生成的 entry id.

 

例如

C:\Windows\system32>bcdedit /set {e963cdfc-b015-11e4-a7af-c724e702a228} hypervisorlaunchtype off

The operation completed successfully.

C:\Windows\system32>

至此创建了一个不启动 Hyper-V 的 Windows 8.1 启动项。

 

重新启动计算机,选择"Windows 8.1 without Hyper-V"启动项,进入Windows 8.1 就可以正常使用 VirtualBox, VMware 了。

Hyper-V 与 VirtualBox, VMware 冲突解决方法

标签:nbsp   解决   off   bsp   box   and   str   cmd   system   

原文地址:http://www.cnblogs.com/zcm123/p/6508738.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!