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
【 在 Farfamed 的大作中提到: 】
:
: win7
:
: 【 在 chenghao 的大作中提到: 】
: : 首先是管理员登录,然后整个目录的权限都放开
--
FROM 1.89.154.*