打印

30秒清除你电脑里的垃圾

本主题由 小3 于 2008-8-23 19:06 移动

正在清除系统垃圾文件,请稍等......

@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

好棒!

太好用了,我顶!以前只听说过,没有用过。不错!强烈支持!
多谢了~~~~~~~~

TOP

3楼的千万不要加格式化的命令进去,太害人了!

TOP

收藏了~肯定要回来给LZ顶起三~很有用的东西呢~鼓励鼓励鼓励~多些点这些有用的东西该有多好~~

TOP

谢谢,可以用啊,我就用了,很OK嘛,谢谢LZ
我一直在用啊,从高三就用了,好像起不到多大作用,那位高手又见效点的,分享一下,谢谢啦
多交流交流!群号56185226

TOP

Processed in 0.873421 second(s), 6 queries, Gzip enabled