发烧论坛

注册

 

发新话题 回复该主题

求助 [复制链接]

1#
之前坛上有帖系关于清理电脑垃圾的,找了几十页都找不到,有兄弟有链接吗?
分享 转发
TOP
2#

是否这个?

http://bbs.hifi168.com/bbs/article.asp?titleid=111869&ftdate=20070109&ntypeid=10
TOP
3#

@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


把以上内容做一个记事本文档放到桌面上,一切搞定。
最后编辑沧海一俗
TOP
发新话题 回复该主题