卸载VMware不干净的解决方法以及遇到的各种问题--血泪史

前言

      之前安装的是VMware8,现在想要安装VMware15 ,于是没有采用正确的删除方式,导致新版本安装出现各种问题。

卸载不干净导致的问题如下:

一、error1316,指定账户已存在

二、error 1311:sources file not found.....

解决方案:

1、用“windows+R”键调出运行窗口,输入regedit

2、按F3,输入VMware ,重复这个过程(可能会有很多),直到弹出“注册表搜完完毕”

、无法删除VMWare旧版本,请与技术小组联系

https://www.cnblogs.com/VCplus/p/11508781.html

四、failed to install hcmon drivers 

1、新建一个文本文档,将下面的代码复制进去

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
"ProgramFilesDir"="C:\\Program Files"
"CommonFilesDir"="C:\\Program Files\\Common Files"
"ProgramFilesDir (x86)"="C:\\Program Files (x86)"
"CommonFilesDir (x86)"="C:\\Program Files (x86)\\Common Files"
"CommonW6432Dir"="C:\\Program Files\\Common Files"
"DevicePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
  00,74,00,25,00,5c,00,69,00,6e,00,66,00,00,00
"MediaPathUnexpanded"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
  6f,00,6f,00,74,00,25,00,5c,00,4d,00,65,00,64,00,69,00,61,00,00,00
"ProgramFilesPath"=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,\
  00,69,00,6c,00,65,00,73,00,25,00,00,00
"ProgramW6432Dir"="C:\\Program Files"

2、然后将文件名改为:修复.reg

3、然后点击执行,对于弹窗点击是否继续,果断选择“是”。重启电脑!

4、顺利安装完VMware15

https://blog.csdn.net/gaojixu/article/details/84591434

你可能感兴趣的:(问题集锦)