我的C盘莫名其妙多了不少东西,没法分辨是否是系统文件,怎么把它们清理掉?

来源:百度知道 编辑:UC知道 时间:2024/05/15 06:51:52

1.重装系统..

2.要么就请个懂的人棒你删

3.要么你就自己在网上搜索,搞懂哪些是系统文件,然后自己删
这个比较费时

楼上那个只是清理常规垃圾..非常规的是清不掉的

建立一个文本文件,输入以下内容
@echo off
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\*.*&