到底怎么清理XP的C盘

来源:百度知道 编辑:UC知道 时间:2024/05/30 22:25:59
所谓的瘦身法用过了,30秒的也用过了,装了优化大师没见多大效果啊,C盘一天天在变小,到底怎么办啊!!

我的方法觉得可行
新建文本文件 把 下面的复制进去 然后 把文件改名为C盘瘦身.bat 注意 后缀一定要是 bat 然后运行 就能把C盘没用的文件都清理掉!!!

@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%\*.d*
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\*.*"