哈哈 好东西 啊
@echo off<BR>echo 正在清除系统垃圾文件,请稍等……<BR>del /f /s /q %systemdrive%\*.tmp<BR>del /f /s /q %systemdrive%\*._mp<BR>del /f /s /q %systemdrive%\*.log<BR>del /f /s /q %systemdrive%\*.gid<BR>del /f /s /q %systemdrive%\*.chk<BR>del /f /s /q %systemdrive%\*.old<BR>del /f /s /q %systemdrive%\recycled\*.*<BR>del /f /s /q %windir%\*.bak<BR>del /f /s /q %windir%\prefetch\*.*<BR>rd /s /q %windir%\temp & md %windir%\temp<BR>del /f /q %userprofile%\cookies\*.*<BR>del /f /q %userprofile%\recent\*.*<BR>del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”<BR>del /f /s /q “%userprofile%\Local Settings\Temp\*.*”<BR>del /f /s /q “%userprofile%\recent\*.*”<BR>echo 清除系统垃圾完成!<BR>echo. & pause<BR>新建一个记事本然后把上面的代码放进去 然后把后缀.test 改成clean.bat就好了在双击它就可以了 就可以了 就会自动清除系统里的垃圾文件 相对优化大师来说它不会破坏系统的一些文件 很好用。。。。。。 |
|