完全卸载vmware(遇到启动Hyper-v无法卸载)

https://blog.csdn.net/luohaifang/article/details/92715799

 

机器上启用了hyper-v,想卸载vmware,报错了:
Error: This product may not be installed on a computer that has Microsoft HyperV installed.

如果先关闭hyper-v,再卸载vmware应该也是可以的,但是重启好几次麻烦了些。而且hyper已经安装了虚拟机。

解决方案:打开文件
C:\ProgramData\VMware\VMware Workstation\Uninstaller\bootstrap.lua **

找到:CheckForMSHyperV()
将该行注释掉,即:--CheckForMSHyperV()

重新卸载成功!

posted @ 2020-07-25 14:28  路要一步一步走  阅读(1492)  评论(0)    收藏  举报