da发个自己写的清垃圾文件的东东
首先,打开记事本复制如下代码
@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
OK,保存为bat格式。很简单吧,保证不会帮你删错系统文件,可以释放些硬盘空间,很不错哦,快试试看吧。
vista下用处不明显,因为很多都被保护了,删不掉
页:
[1]