大家都是用的什么清除电脑的垃圾的?

来源:百度知道 编辑:UC知道 时间:2024/05/23 23:02:38
大家都是用的什么清除电脑的垃圾的?我现在用的是超级兔子,感觉说不出来还好的吧,就是看还有没有更好的软件能处理电脑中的垃圾,要免费的

超级兔子

复制下面的文字

@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 清除系统LJ完成!
echo. & pause

然后 开始 附件 打开记事本 复制上去
最后保存所便打一个名
!!注意!!在明最后打上 .bat

...楼上的厉