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

我能做些什么来卸载VMPlayer (除了卸载HyperV)?
发布于 2012-04-13 07:53:05
希望这篇文章能帮助:
http://communities.vmware.com/message/1713424#1713424
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选项并卸载
https://serverfault.com/questions/362751
复制相似问题