0

I installed WMWare VMPlayer, then installed the HyperV role. I am now trying to uninstall the VMPlayer, but it won't let me:

enter image description here

What can I do to uninstall VMPlayer (short of uninstalling HyperV)?

AngryHacker
  • 2,877
  • 6
  • 32
  • 33

1 Answers1

0

May this post could help:

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.

then reboot into No HyperV Option and uninstall

t3chris
  • 111
  • 2