admin管理员组

文章数量:1435859

将下载的 "*. DLL" 文件复制到 "C:\Windows\system32\" 系统目录下 然后按 "Win键+R" 或单击 "开始"->"运行" 输入 "regsvr32  *.dll" 命令注册到系统文件。此方法适用于Windows95/98/xp/2000/vista/win7.

Q:如何注册Windows\system32\下的所有.dll和.ocx文件?
A:在开始->运行(win+r)下输入命令:
      cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
      cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i 

实例:在Windows\system32\下注册“SCSDiscoveryX.dll
命令:cmd /c for %i in (%windir%\system32\SCSDiscoveryX.dll) do regsvr32.exe /s %i

本文标签: 系统格式文件dllquot