悉远

 找回密码
 注册
搜索
查看: 1118|回复: 0

系统垃圾程序清理程序

[复制链接]
发表于 2009-10-25 15:25:54 | 显示全部楼层 |阅读模式
  1. @echo off
  2. title 七彩梦幻专用系统垃圾清理程序
  3. echo 如果我要清理按任意建 若要退出请关闭。。。
  4. pause
  5. echo 正在清除系统垃圾文件,请稍等......
  6. del /f /s /q %systemdrive%\*.tmp
  7. del /f /s /q %systemdrive%\*._mp
  8. del /f /s /q %systemdrive%\*.log
  9. del /f /s /q %systemdrive%\*.gid
  10. del /f /s /q %systemdrive%\*.chk
  11. del /f /s /q %systemdrive%\*.old
  12. del /f /s /q %systemdrive%\recycled\*.*
  13. del /f /s /q %windir%\*.bak
  14. del /f /s /q %windir%\prefetch\*.*
  15. rd /s /q %windir%\temp & md %windir%\temp
  16. del /f /q %userprofile%\cookies\*.*
  17. del /f /q %userprofile%\recent\*.*
  18. del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  19. del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  20. del /f /s /q "%userprofile%\recent\*.*"
  21. echo 清除系统垃圾完成!
  22. echo 恭喜恭喜~~
  23. echo. & pause
复制代码


保存到文件中.文件结尾保存为 .bat 就可以了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|QQ客服|联系我们|Archiver|手机版|小黑屋|悉远网络 ( 鄂ICP备09013446号 )

GMT+8, 2024-5-6 07:59 , Processed in 0.041341 second(s), 7 queries , Redis On.

Powered by Discuz! X3.5

Copyright © 2001-2023 Tencent Cloud.

快速回复 返回顶部 返回列表