怎么把C盘的垃圾删了

来源:百度知道 编辑:UC知道 时间:2024/07/03 16:14:35
不要把pause
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
这个我有了
要别的方法删
那个用了 但是C盘剩下2.34GB了没什么用

可以借助windows自带的磁盘清理功能,右键c盘,属性,磁盘清理,可以清理出很多空间,或者是借助软件,超级兔子,优化大师都可以。

你就用超级兔子的垃圾清理了萨,简单,方便。