中国喷墨论坛-喷墨技术应用-数码影像-数码印刷-数码印花
标题:
简单好用的清理小程序
[打印本页]
作者:
晋商
时间:
2006-12-27 01:34
标题:
简单好用的清理小程序
长时间上网等会产生好多零时文件,只要在桌面点右键新建文本文档,然后打开复制下面的文件,然后保存就可以使用了。
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统垃圾完成!
echo. & pause
注意文件后缀必须是.dat
作者:
big
时间:
2006-12-27 08:55
后缀应该是.bat批处理才对,.dat是手误吧?
欢迎光临 中国喷墨论坛-喷墨技术应用-数码影像-数码印刷-数码印花 (http://newink.inknet.cn/bbs/)
Powered by Discuz! X3.1