批处理应用 "添加/删除程序"修复

发布时间:2022-04-17 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了批处理应用 "添加/删除程序"修复脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

复制代码 代码如下:

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 

脚本宝典总结

以上是脚本宝典为你收集整理的批处理应用 "添加/删除程序"修复全部内容,希望文章能够帮你解决批处理应用 "添加/删除程序"修复所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。