win7 C盘如何清理 垃圾和临时文件?
发布网友
发布时间:2022-02-25 17:26
我来回答
共4个回答
热心网友
时间:2022-02-25 18:56
可以下载软件清理。例如360安全卫士。金山的也可以。也可以用一下下面的代码。
新建一个记事本,将以下内容保存到记事本中,
@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%\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\*.*"
echo 清除系统垃圾清理完成!
echo. & pause
将记事本后缀名改为“.bat”,运行此程序。
热心网友
时间:2022-02-25 20:30
下载金山卫士,选择好需要清理的选项。点击开始清理就行了。
热心网友
时间:2022-02-25 22:22
360 最简单了 点击鼠标即可
热心网友
时间:2022-02-26 00:30
下个360全帮你搞定。追问360 没什么效果啊。