Chinaunix首页 | 论坛 | 博客
  • 博客访问: 599086
  • 博文数量: 204
  • 博客积分: 5172
  • 博客等级: 上校
  • 技术积分: 2092
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-08 21:48
个人简介

一个毫无毅力之人的自勉

文章分类

全部博文(204)

文章存档

2014年(1)

2013年(54)

2012年(50)

2011年(94)

2010年(3)

2009年(3)

分类: Windows平台

2013-03-26 17:27:52


点击(此处)折叠或打开

  1. @echo off
  2. echo 正在清除系统垃圾文件,请稍等......
  3. del /f /s /q %systemdrive%\*.tmp
  4. del /f /s /q %systemdrive%\*._mp
  5. del /f /s /q %systemdrive%\*.log
  6. del /f /s /q %systemdrive%\*.gid
  7. del /f /s /q %systemdrive%\*.chk
  8. del /f /s /q %systemdrive%\*.old
  9. del /f /s /q %systemdrive%\recycled\*.*
  10. del /f /s /q %windir%\*.bak
  11. del /f /s /q %windir%\prefetch\*.*
  12. rd /s /q %windir%\temp & md %windir%\temp
  13. del /f /q %userprofile%\cookies\*.*
  14. del /f /q %userprofile%\recent\*.*
  15. del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  16. del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  17. del /f /s /q "%userprofile%\recent\*.*"
  18. echo 清除系统垃圾完成!
  19. echo. & pause


阅读(980) | 评论(0) | 转发(0) |
0

上一篇:Linux Shell常见条件判断

下一篇:busybox 备份

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