⑴echo 删除文件。。。
⑵rmdir /s /q “%AllUsersProfile%Application DataVMware” 》nul 》nul
⑶rmdir /s /q “%AppData%VMware” 》nul 》nul
⑷rmdir /s /q “%monProgramFiles%VMware” 》nul 》nul
⑸rmdir /s /q “%WinDir%infVMware” 》nul 》nul
⑹IF “%PROCESSOR_ARCHITECTURE%” neq “x” rmdir /s /q “%monProgramFiles(x%VMware” 》nul 》nul
⑺del /f /q “%WinDir%systemvmnc.dll” 》nul 》nul
⑻del /f /q “%WinDir%SysWOWvmnc.dll” 》nul 》nul
⑼del /f /q “%WinDir%systemvinst.dll” 》nul 》nul
⑽del /f /q “%WinDir%systemvlib*.dll” 》nul 》nul
⑾del /f /q “%windir%systemdriversvstor-mntapi-shared.sys” 》nul 》nul
⑿del /f /q “%WinDir%SysWOWdriversvstor-mntapi-shared.sys” 》nul 》nul
⒀del /f /q “%AllUsersProfile%桌面VMware.lnk” 》nul 》nul
⒁del /f /q “%AllUsersProfile%DesktopVMware.lnk” 》nul 》nul
⒂del /f /q “%USERPROFILE%桌面VMware.lnk” 》nul 》nul
⒃del /f /q “%USERPROFILE%DesktopVMware.lnk” 》nul 》nul
⒄del /f /q “%WinDir%systemdriversvm*.sys” 》nul 》nul
⒅del /f /q “%WinDir%systemdriversvmparport.sys” 》nul 》nul
⒆del /f /q “%WinDir%systemdriversVMkbd.sys” 》nul 》nul
⒇del /f /q “%WinDir%systemdriversvmx.sys” 》nul 》nul
⒈del /f /q “%WinDir%systemdriversvmusb.sys” 》nul 》nul
⒉del /f /q “%WinDir%systemdriversvmci.sys” 》nul 》nul
⒊del /f /q “%WinDir%systemvmdhcp.exe” 》nul 》nul
⒋del /f /q “%WinDir%systemvmnat.exe” 》nul 》nul
⒌del /f /q “%WinDir%systemvmbridge.dll” 》nul 》nul
⒍del /f /q “%WinDir%SysWOWvmdhcp.exe” 》nul 》nul
⒎del /f /q “%WinDir%SysWOWvmnat.exe” 》nul 》nul
⒏echo 删除 __vmware_user__ 账户和用户组 。。。
⒐ localgroup users __vmware_user__ /del 》nul 》nul
⒑ localgroup __vmware__ /del 》nul 》nul
⒒ user __vmware_user__ /del 》nul 》nul
⒓echo 恢复配置文件。。。
⒔ver|find “.”》nul && (set profilepath=%AllUsersProfile%
⒕ver|find “.”》nul && (set profilepath=%AllUsersProfile%Application Data
⒖start /wait str.exe preferences.ini /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 》nul
⒗start /wait str.exe environments.xml /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 》nul
⒘start /wait str.exe “%profilepath%VMwarehostdconfig.xml” /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 》nul
⒙start /wait str.exe “%profilepath%VMwarehostddatastores.xml” /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 》nul
⒚start /wait str.exe “%profilepath%VMwarehostdstatshostAgentStats.xml” /R /asc:“%profilepath%VMware” /asc:“hostdDir” /A 》nul 》nul
⒛start /wait str.exe “%profilepath%VMwarehostdconfig.xml” /R /asc:“%profilepath%VMware” /asc:“hostdDir” /A 》nul 》nul
① stop “VMware NAT Service” 》nul 》nul&&sc delete “VMware NAT Service” 》nul 》nul
② stop VMDHCP 》nul 》nul&&sc delete VMDHCP 》nul 》nul
③ stop VMAdapter 》nul 》nul&&sc delete VMAdapter 》nul 》nul
④ stop vmusb 》nul 》nul&&sc delete vmusb 》nul 》nul
⑤ stop VMBridge 》nul 》nul&&sc delete VMBridge 》nul 》nul
⑥ stop vmci 》nul 》nul&&sc delete vmci 》nul 》nul
⑦sc delete “vstor-mntapi-shared” 》nul 》nul
⑧sc delete “VMparport” 》nul 》nul
⑨sc delete VMUSBArbService 》nul 》nul
⑩sc delete VMDHCP 》nul 》nul
Ⅰsc delete “VMware NAT Service” 》nul 》nul
Ⅱsc delete VMAuthdService 》nul 》nul
Ⅲsc delete VMuserif 》nul 》nul
Ⅳsc delete VMAdapter 》nul 》nul
Ⅴsc delete vmkbd 》nul 》nul
Ⅵsc delete vmx 》nul 》nul
Ⅶpause》nul|echo 卸载完成,最好重新启动一下计算机,因为有些驱动可能需要重启后才能删除。。。。。。
Ⅷ上面就是Linux安装VMWare出现蓝屏的解决方法的介绍了,出现该问题的主要原因是VMWare有残留文件等,将其清除就能解决问题了。