时间:2015-04-09 16:02:59 作者:qipeng 来源:系统之家 1. 扫描二维码随时看资讯 2. 请使用手机浏览器访问: https://m.xitongzhijia.net/xtjc/20150409/44695.html 手机查看 评论 反馈
大小:561.99 MB类别:操作平台
echo 删除文件。。。
rmdir /s /q “%AllUsersProfile%\Application Data\VMware” 》nul 2》nul
rmdir /s /q “%AppData%\VMware” 》nul 2》nul
rmdir /s /q “%CommonProgramFiles%\VMware” 》nul 2》nul
rmdir /s /q “%WinDir%\inf\VMware” 》nul 2》nul
IF “%PROCESSOR_ARCHITECTURE%” neq “x86” rmdir /s /q “%CommonProgramFiles(x86)%\VMware” 》nul 2》nul
del /f /q “%WinDir%\system32\vmnc.dll” 》nul 2》nul
del /f /q “%WinDir%\SysWOW64\vmnc.dll” 》nul 2》nul
del /f /q “%WinDir%\system32\vnetinst.dll” 》nul 2》nul
del /f /q “%WinDir%\system32\vnetlib*.dll” 》nul 2》nul
del /f /q “%windir%\system32\drivers\vstor2-mntapi10-shared.sys” 》nul 2》nul
del /f /q “%WinDir%\SysWOW64\drivers\vstor2-mntapi10-shared.sys” 》nul 2》nul
del /f /q “%AllUsersProfile%\桌面\VMware.lnk” 》nul 2》nul
del /f /q “%AllUsersProfile%\Desktop\VMware.lnk” 》nul 2》nul
del /f /q “%USERPROFILE%\桌面\VMware.lnk” 》nul 2》nul
del /f /q “%USERPROFILE%\Desktop\VMware.lnk” 》nul 2》nul
del /f /q “%WinDir%\system32\drivers\vmnet*.sys” 》nul 2》nul
del /f /q “%WinDir%\system32\drivers\vmparport.sys” 》nul 2》nul
del /f /q “%WinDir%\system32\drivers\VMkbd.sys” 》nul 2》nul
del /f /q “%WinDir%\system32\drivers\vmx86.sys” 》nul 2》nul
del /f /q “%WinDir%\system32\drivers\vmusb.sys” 》nul 2》nul
del /f /q “%WinDir%\system32\drivers\vmci.sys” 》nul 2》nul
del /f /q “%WinDir%\system32\vmnetdhcp.exe” 》nul 2》nul
del /f /q “%WinDir%\system32\vmnat.exe” 》nul 2》nul
del /f /q “%WinDir%\system32\vmnetbridge.dll” 》nul 2》nul
del /f /q “%WinDir%\SysWOW64\vmnetdhcp.exe” 》nul 2》nul
del /f /q “%WinDir%\SysWOW64\vmnat.exe” 》nul 2》nul
echo.
echo 删除 __vmware_user__ 账户和用户组 。。。
net localgroup users __vmware_user__ /del 》nul 2》nul
net localgroup __vmware__ /del 》nul 2》nul
net user __vmware_user__ /del 》nul 2》nul
echo.
echo 恢复配置文件。。。
ver|find “6.”》nul && (set profilepath=%AllUsersProfile%)
ver|find “5.”》nul && (set profilepath=%AllUsersProfile%\Application Data)
start /wait str.exe preferences.ini 0 0 /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 2》nul
start /wait str.exe environments.xml 0 0 /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 2》nul
start /wait str.exe “%profilepath%\VMware\hostd\config.xml” 0 0 /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 2》nul
start /wait str.exe “%profilepath%\VMware\hostd\datastores.xml” 0 0 /R /asc:“%cd%” /asc:“VMwareDir” /A 》nul 2》nul
start /wait str.exe “%profilepath%\VMware\hostd\stats\hostAgentStats.xml” 0 0 /R /asc:“%profilepath%\VMware” /asc:“hostdDir” /A 》nul 2》nul
start /wait str.exe “%profilepath%\VMware\hostd\config.xml” 0 0 /R /asc:“%profilepath%\VMware” /asc:“hostdDir” /A 》nul 2》nul
net stop “VMware NAT Service” 》nul 2》nul&&sc delete “VMware NAT Service” 》nul 2》nul
net stop VMnetDHCP 》nul 2》nul&&sc delete VMnetDHCP 》nul 2》nul
net stop VMnetAdapter 》nul 2》nul&&sc delete VMnetAdapter 》nul 2》nul
net stop vmusb 》nul 2》nul&&sc delete vmusb 》nul 2》nul
net stop VMnetBridge 》nul 2》nul&&sc delete VMnetBridge 》nul 2》nul
net stop vmci 》nul 2》nul&&sc delete vmci 》nul 2》nul
echo.
sc delete “vstor2-mntapi10-shared” 》nul 2》nul
sc delete “VMparport” 》nul 2》nul
sc delete VMUSBArbService 》nul 2》nul
sc delete VMnetDHCP 》nul 2》nul
sc delete “VMware NAT Service” 》nul 2》nul
sc delete VMAuthdService 》nul 2》nul
sc delete VMnetuserif 》nul 2》nul
sc delete VMnetAdapter 》nul 2》nul
sc delete vmkbd 》nul 2》nul
sc delete vmx86 》nul 2》nul
echo.
pause》nul|echo 卸载完成,最好重新启动一下计算机,因为有些驱动可能需要重启后才能删除。。。。。。
exit
上面就是Linux安装VMWare出现蓝屏的解决方法的介绍了,出现该问题的主要原因是VMWare有残留文件等,将其清除就能解决问题了。
发表评论
共0条
评论就这些咯,让大家也知道你的独特见解
立即评论以上留言仅代表用户个人观点,不代表系统之家立场