推荐榜 短消息 big5 繁体中文 找回方式 手机版 广 广告招商 主页 VIP 手机版 VIP 界面风格 ? 帮助 我的 搜索 申请VIP
客服
打印

[分享] 分享一个清理电脑垃圾的代码

购买/设置 醒目高亮!点此感谢支持作者!本贴共获得感谢 X 4

分享一个清理电脑垃圾的代码

估计一些人有了 不过还是分享下没有的人可以使用

@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 清除系统垃圾完成!
echo. & pause


新建文本文件   保存为.bat格式就可以
本帖最近评分记录
  • 静夜 金币 -2 网络转载!请仔细阅读版规! 2012-5-21 22:58

点此感谢支持作者!本贴共获得感谢 X 4
TOP



当前时区 GMT+8, 现在时间是 2025-6-18 13:56