批处理应用 "添加/删除程序"修复
程序员文章站
2022-03-22 09:53:17
复制代码 代码如下:rem 如果“添加/删除程序”工具出错,显示的信息不完整或显示空白,可使用该脚本修复 regsvr32 -s ...
复制代码 代码如下:
rem 如果“添加/删除程序”工具出错,显示的信息不完整或显示空白,可使用该脚本修复
regsvr32 -s %systemroot%\system32\appwiz.cpl
regsvr32 -s %systemroot%\system32\mshtml.dll
regsvr32 -s %systemroot%\system32\jscript.dll
regsvr32 -s %systemroot%\system32\msi.dll
regsvr32 -s %systemdrive%\program files\common files\system\ole db\oledb32.dll
regsvr32 -s %systemdrive%\program files\common files\system\ado\msado15.dll
regsvr32 -s %systemroot%\system32\msdart32.dll
regsvr32 -s %systemroot%\system32\mshtmled.dll
regsvr32 -s %systemroot%\system32\mswstr10.dll
regsvr32 -s %systemroot%\system32\gdi32.dll
regsvr32 -s %systemroot%\system32\user32.dll
regsvr32 -s %systemroot%\system32\msvcrt.dll
regsvr32 -s %systemroot%\system32\ole32.dll
regsvr32 -s %systemroot%\system32\shlwapi.dll
regsvr32 -s %systemroot%\system32\imm32.dll
regsvr32 -s %systemroot%\system32\indicdll.dll
regsvr32 -s %systemroot%\system32\urlmon.dll
regsvr32 -s %systemroot%\system32\version.dll
regsvr32 -s %systemroot%\system32\lz32.dll
regsvr32 -s %systemroot%\system32\comctl32.dll
regsvr32 -s %systemroot%\system32\clbcatq.dll
regsvr32 -s %systemroot%\system32\oleaut32.dll
regsvr32 -s %systemroot%\system32\mlang.dll
regsvr32 -s %systemroot%\system32\shell32.dll
regsvr32 -s %systemroot%\system32\shdoclc.dll
regsvr32 -s %systemroot%\system32\netapi32.dll
regsvr32 -s %systemroot%\system32\secur32.dll
regsvr32 -s %systemroot%\system32\netrap.dll
regsvr32 -s %systemroot%\system32\samlib.dll
regsvr32 -s %systemroot%\system32\ws2_32.dll
regsvr32 -s %systemroot%\system32\ws2help.dll
regsvr32 -s %systemroot%\system32\wldap32.dll
regsvr32 -s %systemroot%\system32\dnsapi.dll
regsvr32 -s %systemroot%\system32\wsock32.dll
regsvr32 -s %systemroot%\system32\plugin.ocx
regsvr32 -s %systemroot%\system32\wininet.dll
regsvr32 -s %systemroot%\system32\crypt32.dll
regsvr32 -s %systemroot%\system32\msasn1.dll
regsvr32 -s %systemroot%\system32\msls31.dll
regsvr32 -s %systemroot%\system32\imgutil.dll
regsvr32 -s %systemroot%\system32\cscui.dll
regsvr32 -s %systemroot%\system32\cscdll.dll
上一篇: Android App开发学习第十二天:service
下一篇: 写了个Vista的服务优化脚本