免费注册 查看新帖 |

Chinaunix

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

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

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-12-03 17:07 |只看该作者 |倒序浏览
DOS批处理扫描系统文件









F:
cd\
@echo off
cls&color 0b&title 系统文件扫描工具
@echo =====================================
@echo 本工具将会扫描你的系统文件是否缺失
@echo 本工具不会修复缺失的文件!
pause
if not exist %windir%\explorer.exe echo 严重缺失!Windows默认文件管理器>>20191.txt
if not exist %windir%\explorer.scf echo 缺失explorer.scf>>20191.txt
if not exist %windir%\notepad.exe echo 缺失记事本>>20191.txt
if not exist %windir%\regedit.exe echo 缺失regedit.exe>>20191.txt
if not exist %windir%\TASKMAN.EXE echo 缺失TASKMAN.EXE>>20191.txt
if not exist %windir%\twain.dll echo 缺失twain.dll>>20191.txt
if not exist %windir%\twain_32.dll echo 缺失twain_32.dll>>20191.txt
if not exist %windir%\twunk_16.exe echo 缺失twunk_16.exe>>20191.txt
if not exist %windir%\twunk_32.exe echo 缺失twunk_32.exe>>20191.txt
if not exist %windir%\vmmreg32.dll echo 缺失vmmreg32.dll>>20191.txt
if not exist %windir%\wmprfCHS.prx echo 缺失wmprfCHS.prx>>20191.txt
if not exist %windir%\WMSysPr9.prx echo 缺失WMSysPr9.prx>>20191.txt
if not exist %windir%\xinstaller.dll echo 缺失xinstaller.dll>>20191.txt
if not exist %windir%\xinstaller.exe echo 缺失xinstaller.exe>>20191.txt
if not exist %windir%\system32\rundll32.exe echo 严重缺失!rundll32.exe>>20191.txt
if not exist %windir%\system32\hal.dll echo 严重缺失!hal.dll>>20191.txt
if not exist %windir%\system32\taskmgr.exe echo 严重缺失! Windows任务管理器>>20191.txt
if not exist %windir%\system32\mspaint.exe echo 缺失画图工具>>20191.txt
if not exist %windir%\system32\cmd.exe echo 缺失批处理工具>>20191.txt
if not exist %windir%\system32\cmmon32.exe echo 缺失cmmon.exe>>20191.txt
@echo 扫描完成
type 20191.txt
pause
del 20191.txt
pause
exit
统统复制进记事本,后缀bat/cmd,运行
已经过测试,7支持性未知

论坛徽章:
0
2 [报告]
发表于 2011-12-22 23:03 |只看该作者
楼主辛苦
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP