Board logo

标题: [交流] 一键清理系统垃圾文件 [打印本页]

作者: linsan    时间: 2008-4-12 18:49     标题: 一键清理系统垃圾文件

建立一个新的TXT文本文件
打开输入以下内容:

@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


保存退出
然后将文件后缀名.txt  改为 .bat 即可

好用的话 记得给个红星支持哈 ! 谢谢大家!
作者: linsan    时间: 2008-4-12 18:52

每个星期可以点击一次这个批处理文件 基本上可以将电脑内的垃圾清理干净 保持电脑稳定!




欢迎光临 SiS001! Board - [第一会所 关闭注册] (http://23.225.172.107/bbs/) Powered by Discuz! 7.2