Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1493879
  • 博文数量: 329
  • 博客积分: 2773
  • 博客等级: 少校
  • 技术积分: 4219
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 14:17
个人简介

淡定从容,宁静致远

文章分类

全部博文(329)

文章存档

2016年(4)

2015年(50)

2014年(68)

2013年(45)

2012年(162)

分类: WINDOWS

2012-09-18 21:05:42

复制横线以下全部内容,
新建文本文档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
阅读(1944) | 评论(0) | 转发(3) |
给主人留下些什么吧!~~