当前位置: 首页 > 图文教程 > 脚本技术 > DOS/BAT > 批处理应用 "添加/删除程序"修复

DOS/BAT
Ver、Vol、Ctty命令的使用教程
Setver、Share、Subst命令的使用方法
Expand、Fasthelp、Fc命令的用法
Time、Set、Smartdrv命令的使用方法
Doskey命令的使用方法
dos常用命令列表与使用说明
在DOS下使用长文件名的方法
DOS下内存的配置方法
DOS未公开命令与参数列表
研究下DOS下联网的方法
DOS下网络浏览器的使用方法
IF-ERRORLEVEL使用方法
dos之bat批处理文件语法介绍
写的不错批处理教程一
DOS批处理脚本语言简介与详细说明
一键清除_desktop.ini文件的批处理文件
安全清除你C盘垃圾 让你多出近2G的空间
关于制作一个通用的DOS批处理段注释命令的思路介绍
在批处理文件或配置文件中加入注释
MS-DOS 7.10完整安装版(含图文安装程序)

DOS/BAT 中的 批处理应用 "添加/删除程序"修复


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-11   浏览: 106 ::
收藏到网摘: n/a

复制代码 代码如下:

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