[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[转]"添加/删除程序"修复

  1. rem 如果“添加/删除程序”工具出错,显示的信息不完整或显示空白,可使用该脚本修复
  2. regsvr32 -s %systemroot%\System32\Appwiz.cpl
  3. regsvr32 -s %systemroot%\System32\Mshtml.dll
  4. regsvr32 -s %systemroot%\System32\Jscript.dll
  5. regsvr32 -s %systemroot%\System32\Msi.dll
  6. regsvr32 -s %SystemDrive%\Program Files\Common Files\System\Ole DB\Oledb32.dll
  7. regsvr32 -s %SystemDrive%\Program Files\Common Files\System\Ado\Msado15.dll
  8. regsvr32 -s %systemroot%\System32\Msdart32.dll
  9. regsvr32 -s %systemroot%\System32\Mshtmled.dll
  10. regsvr32 -s %systemroot%\System32\Mswstr10.dll
  11. regsvr32 -s %systemroot%\System32\Gdi32.dll
  12. regsvr32 -s %systemroot%\System32\User32.dll
  13. regsvr32 -s %systemroot%\System32\Msvcrt.dll
  14. regsvr32 -s %systemroot%\System32\Ole32.dll
  15. regsvr32 -s %systemroot%\System32\Shlwapi.dll
  16. regsvr32 -s %systemroot%\System32\Imm32.dll
  17. regsvr32 -s %systemroot%\System32\Indicdll.dll
  18. regsvr32 -s %systemroot%\System32\Urlmon.dll
  19. regsvr32 -s %systemroot%\System32\Version.dll
  20. regsvr32 -s %systemroot%\System32\Lz32.dll
  21. regsvr32 -s %systemroot%\System32\Comctl32.dll
  22. regsvr32 -s %systemroot%\System32\Clbcatq.dll
  23. regsvr32 -s %systemroot%\System32\Oleaut32.dll
  24. regsvr32 -s %systemroot%\System32\Mlang.dll
  25. regsvr32 -s %systemroot%\System32\Shell32.dll
  26. regsvr32 -s %systemroot%\System32\Shdoclc.dll
  27. regsvr32 -s %systemroot%\System32\NetapI32.dll
  28. regsvr32 -s %systemroot%\System32\Secur32.dll
  29. regsvr32 -s %systemroot%\System32\Netrap.dll
  30. regsvr32 -s %systemroot%\System32\Samlib.dll
  31. regsvr32 -s %systemroot%\System32\Ws2_32.dll
  32. regsvr32 -s %systemroot%\System32\Ws2help.dll
  33. regsvr32 -s %systemroot%\System32\Wldap32.dll
  34. regsvr32 -s %systemroot%\System32\Dnsapi.dll
  35. regsvr32 -s %systemroot%\System32\Wsock32.dll
  36. regsvr32 -s %systemroot%\System32\Plugin.ocx
  37. regsvr32 -s %systemroot%\System32\Wininet.dll
  38. regsvr32 -s %systemroot%\System32\Crypt32.dll
  39. regsvr32 -s %systemroot%\System32\Msasn1.dll
  40. regsvr32 -s %systemroot%\System32\Msls31.dll
  41. regsvr32 -s %systemroot%\System32\Imgutil.dll
  42. regsvr32 -s %systemroot%\System32\Cscui.dll
  43. regsvr32 -s %systemroot%\System32\Cscdll.dll
复制代码

真的有用吗?注册那么多DLL文件!

TOP

兄弟,我是删除WINDOWS组件出错

TOP

返回列表