标题: 系统垃圾文件清理工具
[打印本页]
作者: zhaozht
时间: 2007-9-12 12:45
标题: 系统垃圾文件清理工具
系统垃圾文件清理工具
清理 系统的 临时文件/cookies/recent/Temporary Internet Files等
@echo off
title Clearing the trash support by zhaozht
mode con: cols=90 lines=35
echo .............................................................
echo Clearing the trash, waiting ......
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%\recycled\*.*
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 Clean over!
echo .............................................................
echo. & pause
作者: 0102034
时间: 2007-9-12 12:48
这个,发的人太多了,都快多成妖精了,不过还是顶一下。
作者: zhaozht
时间: 2007-9-12 12:49
标题: 对不起 我不知道啊
对不起 我不知道啊
那我再发几个