Microsoft Visual C++ Runtime Library

Runtime Error!
Program:C:\Windows\SysWOW64\rundll32.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Microsoft Visual C++ Runtime Library_第1张图片
error.png

解决方法:
开始--运行--CDM
for %1 in (%windir%\system32*.dll) do regsvr32.exe /s %1
有弹出什么安装界面就安装。

你可能感兴趣的:(Microsoft Visual C++ Runtime Library)