源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

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

  • 时间:2020-10-17 19:30 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:批处理应用 "添加/删除程序"修复
[u]复制代码[/u] 代码如下:
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 
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部