重新注册system32目录下的所有DLL文件

在命令提示符下输入下面命令: 

for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 回车。到屏幕滚动停止为止。

你可能感兴趣的:(重新注册system32目录下的所有DLL文件)