打开运行,输入CMD
输入for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
意思是注册所有DLL组件,一般都能解决问题
转载于:https://blog.51cto.com/feifei888/498078
打开运行,输入CMD
输入for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
意思是注册所有DLL组件,一般都能解决问题
转载于:https://blog.51cto.com/feifei888/498078