返回列表 发帖

清除电脑·的批处理文件

第一步:在桌面上(或其他方法)右键单击,“新建/文本文档(记事本文件)”。
  
  第二步:在新建的记事本文件中输入或拷入以下内容:
  
  @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\*.*&nbs p;
  rd /s /q %windir%\temp & md&n bsp;%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”(或者直接保存后,将文件名后的“.txt”改为“.bat ”;
  
  第五步:“保存”/“关闭”;
  
  第六步:OK了。只需双击保存过的文件就行了。

del /f /s /q %systemdrive%\recycled\*. *


这一条是不是会出错?会不会出现回收站问题?
WIN7.PRO.SP1+全补丁+IE9,TW最新版,一般不乱说!

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

del /f /q %userprofile%\cookies\*.*

这条去掉吧  不然会把你的COOKIE都清了

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

从不清理这些玩意
....

TOP

无关紧要,对于我两百多GB的空间来说,呵呵
行云流水兮  用心无多  求大道以礼兵兮  凌万物而超脱



关于TheWorld2.x功能的全面介绍请参考=世界之窗使用手册=

TOP

这个不知道为什么删除不掉COOKIES
还不如用IE自带的

TOP

why not use

ccleaner and regclean

simple and safe

TOP

提示: 作者被禁止或删除 内容自动屏蔽

TOP

优化大师n年前就不用了。

TOP

很多工具都可以做到
懒得抄批处理了

TOP

返回列表