Chinaunix首页 | 论坛 | 博客
  • 博客访问: 16588
  • 博文数量: 8
  • 博客积分: 38
  • 博客等级: 民兵
  • 技术积分: 50
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-13 14:42
文章分类
文章存档

2012年(7)

2011年(1)

我的朋友
最近访客

分类:

2012-09-19 11:22:39

原文地址:清理系统缓存 作者:青竹玉简

复制横线以下全部内容,
新建文本文档TXT文件,打开,把复制的内容
全部粘贴上去,然后保存文件。
将文件后缀txt改成bat
跳出一对话框,点确定
你就能看到原来的记事本变成了MS-DOS批处理文件
然后双击该文件,就开始清理系统垃圾了
━━━━━━━━━━━━━━━━━━━━━━━━
@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
阅读(576) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~