我爱辅助论坛

 找回密码
 【点我注册】

QQ登录

只需一步,快速开始

查看: 2366|回复: 2

[电脑应用] 批处理清理系统垃圾

[复制链接]

签到天数: 44 天

[LV.5]常住居民I

发表于 2020-4-23 22:22:29 | 显示全部楼层 |阅读模式
复制以下代码到记事本,另存为bat文件或修改后缀,右键管理员运行
  1. [url=home.php?mod=space&uid=216765]@Echo[/url] off
  2. color 0a
  3. title windows系统垃圾清理
  4. RD %windir%\$hf_mig$ /Q /S
  5. dir %windir%\$NtUninstall* /a:d /b >%windir%\2950800.txt
  6. for /f %%i in (%windir%\2950800.txt) do rd %windir%\%%i /s /q
  7. del %windir%\2950800.txt /f /q
  8. del %windir%\KB*.log /f /q
  9. del /f /s /q %systemdrive%\*.tmp
  10. del /f /s /q %systemdrive%\*._mp
  11. del /f /s /q %systemdrive%\*.log
  12. del /f /s /q %systemdrive%\*.gid
  13. del /f /s /q %systemdrive%\*.chk
  14. del /f /s /q %systemdrive%\*.old
  15. del /f /s /q %systemdrive%\recycled\*.*
  16. del /f /s /q %windir%\*.bak
  17. del /f /s /q %windir%\prefetch\*.*
  18. rd /s /q %windir%\temp & md %windir%\temp
  19. del /f /q %userprofile%\cookies\*.*
  20. del /f /s /q "%userprofile%\local settings\temporary internet files\*.*"
  21. del /f /s /q "%userprofile%\local settings\temp\*.*"
  22. del /f /s /q "%userprofile%\recent\*.*"
复制代码
QQ截图20200423222202.png
成品: 一键清除垃圾.rar (434 Bytes, 下载次数: 33)
温馨提示:为了保护系统安全,使用辅助前,请务必使用影子系统。

发帖求助前要善用论坛搜索功能,那里可能会有你要找的答案;

如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】

如何回报帮助你解决问题的坛友,一个好办法就是给对方加【好评】【金币】,加分不会扣除自己的积分,做一个热心并受欢迎的人!

签到天数: 481 天

[LV.9]以坛为家II

发表于 2020-4-24 08:05:16 | 显示全部楼层
辛苦了,这里有你更精彩!!!

发帖求助前要善用论坛搜索功能,那里可能会有你要找的答案;

如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】

如何回报帮助你解决问题的坛友,一个好办法就是给对方加【好评】【金币】,加分不会扣除自己的积分,做一个热心并受欢迎的人!

回复 支持 反对

使用道具 举报

签到天数: 27 天

[LV.4]偶尔看看III

发表于 2020-4-25 15:37:18 | 显示全部楼层
回血回血回血

发帖求助前要善用论坛搜索功能,那里可能会有你要找的答案;

如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】

如何回报帮助你解决问题的坛友,一个好办法就是给对方加【好评】【金币】,加分不会扣除自己的积分,做一个热心并受欢迎的人!

回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 【点我注册】

本版积分规则

QQ|小黑屋|我爱辅助 ( 辽ICP备19006053号-1 )

GMT+8, 2025-5-1 12:26 , Processed in 0.040711 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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