Chinaunix首页 | 论坛 | 博客
  • 博客访问: 158394
  • 博文数量: 51
  • 博客积分: 750
  • 博客等级: 上士
  • 技术积分: 440
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-26 17:27
文章分类

全部博文(51)

文章存档

2012年(11)

2011年(40)

分类:

2011-12-20 16:07:00

原文地址:写bat清除系统垃圾 作者:itanger

@echo off
    echo 作者:张杰 Email:itanger@163.com
  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 欢迎你的使用!
  echo. & pause
-----
保存为clear.bat文件就可以了
阅读(724) | 评论(0) | 转发(0) |
0

上一篇:Groovy的基础语法

下一篇:In语集锦

给主人留下些什么吧!~~