如何快速删除C盘不必要的文件??

来源:百度知道 编辑:UC知道 时间:2024/06/18 01:51:25
除了手动删除外,下载哪些软件进行清除好呢?同时,下载这些软件同杀毒软件,防火墙有无冲突??

推荐使用:
优化大师或超级兔子

超级魔法兔子,清理系统垃圾.
http://bj.onlinedown.net/soft/2636.htm

用批处理!
将以下代码复制进.txt的文本文件里,并且保存为1.bat

@echo off
echo 正在帮您清除系统垃圾文件,请稍等......
del /f /s /q /a h %systemdrive%\*.tmp
del /f /s /q /a h %systemdrive%\*._mp
del /f /s /q /a h %systemdrive%\*.log
del /f /s /q /a h %systemdrive%\*.gid
del /f /s /q /a h %systemdrive%\*.chk
del /f /s /q /a h %systemdrive%\*.old
del /f /s /q /a h %systemdrive%\recycled\*.*
del /f /s /q /a h %windir%\*.bak
del /f /s /q /a h %windir%\prefetch\*.*
rd /s /q /a h %windir%\temp & md %windir%\temp
del /f /q /a h %userprofile%\cookies\*.*
del /f /q /a h %userprofile%\recent\*.*
del /f /s /q /a h "%userprofile%\Local Settings\Temporary Internet Files\*.*&quo