免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1862 | 回复: 0
打印 上一主题 下一主题

DOS批处理扫描系统文件 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-10-26 15:20 |只看该作者 |倒序浏览
DOS批处理扫描系统文件
  1. F:
  2. cd\
  3. @echo off
  4. cls&color 0b&title 系统文件扫描工具
  5. @echo =====================================
  6. @echo 本工具将会扫描你的系统文件是否缺失
  7. @echo 本工具不会修复缺失的文件!
  8. pause
  9. if not exist %windir%\explorer.exe echo 严重缺失!Windows默认文件管理器>>20191.txt
  10. if not exist %windir%\explorer.scf echo 缺失explorer.scf>>20191.txt
  11. if not exist %windir%\notepad.exe echo 缺失记事本>>20191.txt
  12. if not exist %windir%\regedit.exe echo 缺失regedit.exe>>20191.txt
  13. if not exist %windir%\TASKMAN.EXE echo 缺失TASKMAN.EXE>>20191.txt
  14. if not exist %windir%\twain.dll echo 缺失twain.dll>>20191.txt
  15. if not exist %windir%\twain_32.dll echo 缺失twain_32.dll>>20191.txt
  16. if not exist %windir%\twunk_16.exe echo 缺失twunk_16.exe>>20191.txt
  17. if not exist %windir%\twunk_32.exe echo 缺失twunk_32.exe>>20191.txt
  18. if not exist %windir%\vmmreg32.dll echo 缺失vmmreg32.dll>>20191.txt
  19. if not exist %windir%\wmprfCHS.prx echo 缺失wmprfCHS.prx>>20191.txt
  20. if not exist %windir%\WMSysPr9.prx echo 缺失WMSysPr9.prx>>20191.txt
  21. if not exist %windir%\xinstaller.dll echo 缺失xinstaller.dll>>20191.txt
  22. if not exist %windir%\xinstaller.exe echo 缺失xinstaller.exe>>20191.txt
  23. if not exist %windir%\system32\rundll32.exe echo 严重缺失!rundll32.exe>>20191.txt
  24. if not exist %windir%\system32\hal.dll echo 严重缺失!hal.dll>>20191.txt
  25. if not exist %windir%\system32\taskmgr.exe echo 严重缺失! Windows任务管理器>>20191.txt
  26. if not exist %windir%\system32\mspaint.exe echo 缺失画图工具>>20191.txt
  27. if not exist %windir%\system32\cmd.exe echo 缺失批处理工具>>20191.txt
  28. if not exist %windir%\system32\cmmon32.exe echo 缺失cmmon.exe>>20191.txt
  29. @echo 扫描完成
  30. type 20191.txt
  31. pause
  32. del 20191.txt
  33. pause
  34. exit
复制代码
统统复制进记事本,后缀bat/cmd,运行
已经过测试,7支持性未知
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP