C盘东西太多

来源:百度知道 编辑:UC知道 时间:2024/05/17 08:50:40
C盘东西太多 不知道改删些什么 不敢乱删 。

清除垃圾是一方面,另外把系统的一些默认地方改到其它盘,如临时文件夹,你的虚拟内存……

下载 一键清理垃圾 或者 超级兔子 都有清理垃圾的功能 个人比较喜欢 超级兔子

将以下内容复制到文本文件中,保存后把文件扩展名改成.bat,双击运行就可以了。
文件信息是根据优化大师的文件类型设置的,可以达到跟优化大师相同的清理效果,如果需要清理注册表等更多功能,您可以安装优化大师或超级兔子来解决。

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