我安装了 WMWare VMPlayer,然后安装了 HyperV 角色。我现在正尝试卸载 VMPlayer,但它不允许我这样做:
我该怎么做才能卸载 VMPlayer(无需卸载 HyperV)?
答案1
希望这篇文章能有所帮助:
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.
然后重新启动进入无 HyperV 选项并卸载