瑞星卡卡安全论坛

首页 » 技术交流区 » 系统软件 » 亲手制作清理垃圾文件
不可再生的缘 - 2006-9-23 21:33:00
@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



复制上,然后打开记事本,然后另存为后缀为bat,然后保存类型改为所有文件。
好了之后运行看看。。。。好了在看看是不是系统快了很多。。

附件: 3140632006923212516.JPG
mahuanniaobu - 2006-9-23 21:41:00
不好用,上次都是因为用这个,把我的文档里的文件都删了,靠
不可再生的缘 - 2006-9-23 21:43:00
不会啊,你看清楚点。。。。100%不会误删有用的东西。。。。。。。。
地区性 - 2006-9-23 21:57:00
N年前的帖子...............
1
查看完整版本: 亲手制作清理垃圾文件