重新注册Window动态库就可以了。
运行中输入cmd,在命令提示符下输入:for
%1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
注意,是在命令提示符下,不是在“运行框”中!!
重新注册Window动态库就可以了。
运行中输入cmd,在命令提示符下输入:for
%1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1
注意,是在命令提示符下,不是在“运行框”中!!