应该是你操作系统的问题,是不是用的Ghost系统,有些组建被精简或没有注册,你尝试重新注册一下试试!
————————————————————————————————————————————————
方法
注册所有.dll和.ocx文件
在开始->运行(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
在 cmd 里面就只需要输入:
for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i |
|
剑客