WPE|52wpe|我爱WPE

 找回密码
 注册会员
搜索
  • 2066查看
  • 0回复

主题

好友

270

积分

中级会员

发表于 2009-7-20 12:40:27 |显示全部楼层
将下面代码保存为ak.bat  即可,运行该批处理可以起到清理系统垃圾的目的。


@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

快速发帖

您需要登录后才可以回帖 登录 | 注册会员

手机版|Archiver|WPE|52wpe|我爱WPE ( 闽ICP备15009081号 )

GMT+8, 2024-5-16 04:25 , Processed in 0.055705 second(s), 16 queries .

返回顶部