传说中的无名 发表于 2011-4-13 13:12:33

系统垃圾文件清理!

清理垃圾文件的方法非常多 不过这是我最喜欢的一种!            
    复制下面到 txt里面 然后将后缀名改为   " .bat"       运行就好了!   
            我一直用这个感觉还不错! 不知道大家有何好的方法也分享一下!


@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 清除系统LJ完成!
echo. & pause

夏日 发表于 2011-4-13 13:31:55

不懂不敢乱用
页: [1]
查看完整版本: 系统垃圾文件清理!