记事本清除系统垃圾

来源:百度知道 编辑:UC知道 时间:2024/09/23 05:05:46
不会清除图片、照片、音乐的。
网上有的都要清除图片、照片、音乐。

del /f/s/q %systemdrive%*.tmp (._mp、.log、.gid、.chk、.old、.dd)
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\*.*"

将上面的保存为BAT文件,运行即可