两条命令彻底修复动态链接库

类别:编程语言 点击:0 评论:0 推荐:

for %%i in (c:\%SystemRoot%\System32\*.dll) do regsvr32.exe /s %%i

for %%i in (c:\%SystemRoot%\System32\*.ocx) do regsvr32.exe /s %%i

本文地址:http://com.8s8s.com/it/it25361.htm