注册 登录
奉贤部落 返回首页

吗啡的救赎的个人空间 https://bbs.52fx.cn/?33381 [收藏] [复制] [分享] [RSS]

日志

简单好用的系统垃圾清除程序~

已有 814 次阅读2009-2-28 22:02 |

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

 

 

复制上面的代码到写字板,然后把.txt后缀改成.bat或者保存为.bat格式就能使用了。


路过

鸡蛋

鲜花

握手

雷人

评论 (0 个评论)

QQ|小黑屋|手机版|Archiver|奉贤部落-奉贤人自己的网络家园

GMT+8, 2024-4-29 16:19 , Processed in 0.018137 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

返回顶部