两条命令彻底修复动态链接库
时间:2007-12-25 19:55:51 来源: 作者:
for %%i in (c:%SystemRoot%System32*.dll) do regsvr32.exe /s %%i
for %%i in (c:%SystemRoot%System32*.ocx) do regsvr32.exe /s %%i
for %%i in (c:%SystemRoot%System32*.dll) do regsvr32.exe /s %%i
for %%i in (c:%SystemRoot%System32*.ocx) do regsvr32.exe /s %%i
文章评论
共有 位网友发表了评论 查看完整内容