解决安装VMware Workstation时29145错误码错误
最近因为需要在公司内部搭建内部服务器,但设备有限,需要安装VM虚拟机来解决问题。
但安装VM虚拟机时,一直都安装不上,就算安装上了用不了。
出现这个错误的原因,主要就是以前安装了VM虚拟机,但是没有卸载或卸载不干净,导致再次安装失败。
Step1: Uninstall VMware Workstation
Step2: Delete all files under %TEMP% directory
Step3: Open "cmd" as administrator, and execute "sc stop vmx86 & sc delete vmx86"
Step4: Open "cmd" as administrator, and execute "sc stop vstor2-mntapi20-shared & sc delete vstor2-mntapi20-shared"
Step5: Delete these files if have -- "C:WindowsSystem32driversvmx86.sys" "C:WindowsSysWOW64driversvstor2-mntapi20-shared.sys" and "C:WindowsSysWOW64driversvstor2-x64.sys"
Step6: Go to c:windowssystem32drvstore, delete folder which prefix by "vmx86", general the folder name should be vmx86_{guid}
Step7: Reboot host and then install Workstation again