返回信息流不要360的垃圾清理,那种流氓软件。。。。。。。。
这是一条镜像帖。来源:北邮人论坛 / windows / #120799同步于 2013/12/18
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Windows机器人发帖
win7下有什么好的垃圾清理工具吗?
meng714620
2013/12/18镜像同步24 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
用不着把 有啥垃圾要清理的/
【 在 meng714620 (秋之白华) 的大作中提到: 】
: 不要360的垃圾清理,那种流氓软件。。。。。。。。
c盘越来越小红了
【 在 DongFangHong (东方红|短短的四公里 充满了欢笑和汗水) 的大作中提到: 】
: 用不着把 有啥垃圾要清理的/
通过『我邮』发布
CCleaner,或者新建文本文档,写进
@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格式,放桌面上运行即可