原帖由 laimama 于 2005-12-6 08:28 PM 发表 肯定是系统问题,试一下写一个bat(批处理)文件,内容为: for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 运行它试试。