谢谢,试了一下,还是没有解决,真是头疼
【 在 who2004 的大作中提到: 】
: win7好办一些,试试在system32下新建一个.bat文件,编辑其内容如下,然后执行它:
: cls
: @echo off
: echo 注册控件中,请稍后……
: for /r %~dp0 %%i in (*.ocx *.dll) do (
: echo %%i register is starting...
: C:\Windows\System32\regsvr32.exe %%i /s
: echo %%i register is finished...
: )
: pause
--
FROM 111.194.223.*