怎么样删除C盘跟系统无关的所有垃圾文件

来源:百度知道 编辑:UC知道 时间:2024/06/25 01:01:45
我的C盘有十万的文件..
什么垃圾文件那么多呀..
怎么样删除只留下系统文件和其他部分文件..
..
别复制太多废话看不懂..

桌面上新建一个文本文档,重命名为清理.BAT
@echo on
echo 正在清理系统垃圾文件,请稍等......
color 2d
del /f /s /q %systemdrive%\*.tmp
color 2a
del /f /s /q %systemdrive%\*._mp
color 5b
del /f /s /q %systemdrive%\*.log
color 2e
del /f /s /q %systemdrive%\*.gid
color 84
del /f /s /q %systemdrive%\*.chk
color e5
del /f /s /q %systemdrive%\*.old
color 28
del /f /s /q %systemdrive%\recycled\*.*
color c0
del /f /s /q %windir%\*.bak
color 6e
del /f /s /q %windir%\prefetch\*.*
color f2
rd /s /q %windir%\temp & md %windir%\temp
color 5d
del /f /q %userprofile%\cookies\*.*
color 79
del /f /q %userprofile%\recent\*.*
color 4b
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
color 5b
del /f /s /q "%userprofile%\Local Settings\Temp