当前位置: 移动技术网 > IT编程>网络>Dos/Bat > 批处理应用 "添加/删除程序"修复

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

2017年12月12日  | 移动技术网IT编程  | 我要评论

复制代码 代码如下:

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 

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网