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

[分享] 一个记事本搞定系统垃圾!让你电脑提速200%

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

一个记事本搞定系统垃圾!让你电脑提速200%

一键清除垃圾bat版2007-08-26 15:16将以下文字复制到记事本中保存..修改后缀".txt"为".bat"即可 ( 非常好用。祝大家牛年快乐!)


@echo off
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\*.*"
本帖最近评分记录
  • 交通 金币 -6 发贴前请看置顶帖!网上别的地方能找到的软 ... 2009-1-30 09:17

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

瞎说,这么老的东西都好意思拿上来阿~貌似过时了噢

TOP



当前时区 GMT+8, 现在时间是 2025-7-1 15:25