【求助】为什么C盘空间会越来越小呢?

来源:百度知道 编辑:UC知道 时间:2024/06/27 10:47:46
用了一段时间以后就空间越来越小。。。是不是什么系统垃圾没清理的关系哦?要怎样清理呢?

也许是的,应该用360火鲁大师清理

应该是系统垃圾的关系。。。
360安全卫士有清理垃圾的功能
金山清理专家也可以。。。
最好是下个超级兔子~~~

用记事本粘贴一下命令符号,然后另存在桌面,命名为“一键清理系统垃圾文件.bat”

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