处理电脑系统垃圾就这么简单!
用文本文档编辑(记事本):@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格式文件
选择所有文件保存就OK了!
当你电脑运行缓慢就直接点那个BAT文件就OK拉! 。。。。。。。。。 http://www.jianyangren.com/data/attachment/album/201007/1/12552_1277978583ZGG0.gif 现在辅助工具那么多,哪个还像你这样弄哦 :lol好……凹凸的方法……………………………………麻烦…… 3# 姑娘别怕是我
哎 大家都靠工具了,如果有一天没工具了 你怎么办?批处理其实是最不伤电脑的!
页:
[1]