现在的垃圾文件种类越来越多了,我的电脑快招架不住了。谁给我推荐个比较好的清垃圾文件的工具啊?

来源:百度知道 编辑:UC知道 时间:2024/05/22 06:47:50
现在的垃圾文件种类越来越多了,我的电脑快招架不住了。谁给我推荐个比较好的清垃圾文件的工具啊?

时代在进步嘛,技术在创新嘛,我推荐你我用的吧,360安全卫士,我感觉还不错,不过只代表个人观点啊,因为我最怕的是误杀以及漏洞,这两点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%\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\*.*"
echo 清理系统垃圾完成!
echo. & pause

把上面的命令复制到TXT文档里,并将文件扩展名改为BAT,