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

所属分类: 脚本专栏 / DOS/BAT 阅读数: 395
收藏 0 赞 0 分享

复制代码 代码如下:

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 

更多精彩内容其他人还在看

DOS 命令字典

DOS 命令字典
收藏 0 赞 0 分享

用replace实现替换正在使用的文件

用replace实现替换正在使用的文件
收藏 0 赞 0 分享

黑客基础之DOS (最齐全)超强推荐

黑客基础之DOS (最齐全)超强推荐
收藏 0 赞 0 分享

bat运行时不弹出那个黑框框的完美解决方案

bat运行时不弹出那个黑框框的完美解决方案
收藏 0 赞 0 分享

收藏的比较完整的批处理教程第1/2页

收藏的比较完整的批处理教程
收藏 0 赞 0 分享

批处理版的SC

批处理版的SC
收藏 0 赞 0 分享

BAT文件语法和技巧(bat文件的编写及使用)

批处理文件是一个文本文件,这个文件的每一行都是一条DOS命令(大部分时候就好象我们在DOS提示符下执行的命令行一样),你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件
收藏 0 赞 0 分享

用 Net 命令使局域网文件批量同步更新

用 Net 命令使局域网文件批量同步更新
收藏 0 赞 0 分享

如何用DOS命令删除顽固文件夹啊

如何用DOS命令删除顽固文件夹啊
收藏 0 赞 0 分享

dos下删除文件夹和文件的方法

dos下删除文件夹和文件的方法
收藏 0 赞 0 分享
查看更多