首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在安装WMWare播放器时卸载HyperV播放器?

如何在安装WMWare播放器时卸载HyperV播放器?
EN

Server Fault用户
提问于 2012-02-22 19:17:59
回答 1查看 709关注 0票数 0

我安装了WMWare VMPlayer,然后安装了HyperV角色。我现在正在尝试卸载VMPlayer,但它不允许我:

我能做些什么来卸载VMPlayer (除了卸载HyperV)?

EN

回答 1

Server Fault用户

发布于 2012-04-13 07:53:05

希望这篇文章能帮助:

http://communities.vmware.com/message/1713424#1713424

代码语言:javascript
复制
only chance :add a bootoption to the server so it can start with disabled HyperV



At the command prompt, type the following:    
bcdedit /copy {default} /d "No Hypervisor"
The above command should say: The entry was successfully copied to {guid}. Copy that guid to the clipboard including the curly braces.
Now, type the following command:    
bcdedit /set {guid_hvoff} hypervisorlaunchtype off
In the above command, replace {guid_hvoff} with what you copied in step 2. The above command just sets a property in the boot entry that will not load the hypervisor on boot.

然后重新启动为No HyperV选项并卸载

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/362751

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档