The Computer Oracle

Can't uninstall VMware player 5.0 from computer with Hyper-V

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Take control of your privacy with Proton's trusted, Swiss-based, secure services.
Choose what you need and safeguard your digital life:
Mail: https://go.getproton.me/SH1CU
VPN: https://go.getproton.me/SH1DI
Password Manager: https://go.getproton.me/SH1DJ
Drive: https://go.getproton.me/SH1CT


Music by Eric Matyas
https://www.soundimage.org
Track title: Drifting Through My Dreams

--

Chapters
00:00 Can'T Uninstall Vmware Player 5.0 From Computer With Hyper-V
00:27 Answer 1 Score 0
00:45 Accepted Answer Score 32
01:04 Thank you

--

Full question
https://superuser.com/questions/491275/c...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#vmwareplayer #hyperv

#avk47



ACCEPTED ANSWER

Score 32


Modify the file

C:\ProgramData\VMware\VMware Player\Uninstaller\bootstrap.lua

or

C:\ProgramData\VMware\VMware Workstation\Uninstaller\bootstrap.lua 

using a text editor and comment out line

CheckForMSHyperV()

with two dashes, so it will become

--CheckForMSHyperV()

Then save the file and rerun the uninstall and it will succeed.




ANSWER 2

Score 0


The easy way to do this simply turn off Hyper-V, and then restart, uninstall VMware, re-add Hyper-V.

If you feel like going hunting in the registry there is probably another way, but this way is easier and safer.