加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

清除系统垃圾文件的好办法

(2006-03-30 19:10:24)
分类: 随便
把以下代码拷进记事本,然后用这个作为文件名:清除系统LJ.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 清除系统LJ完成!  

echo. & pause

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有