发新话题
打印

一分钟让你的机器变快

本主题由 影火虫 于 2007-10-21 00:44 移动

TOP

谢谢LZ分享啦  
    辛苦 了

TOP

ddddddddddddddddddddddddddddddddddddd

TOP

说得那么好,就试试看巴

TOP

- -
N年前我就用过了

批量文件吗
   可一自己做新建记事本,复制下面内容到记事本,然后另存为bat为后缀的,文件名可以随便取,但是后缀名一定要为bat。比如123.bat,这样就是一个简单的批处理文件了。

    双击这个bat批处理文件,就可以快速清理系统垃圾文件了。

@echo off
  echo 正在清除系统LJ文件,请稍等......
  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

这百度搜下 就一把 老东西了LZ

TOP

。。。其实个人感觉也没怎么快多少。。。

TOP

用用看
不知道有没有副作用涅

TOP

这个东西不是很早的么- -?
* 骑士的悲鸣 。

TOP

这个真的很好用,以前用过,清垃圾一级棒

TOP

发新话题