注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 获取当前页面路径,实现权..
 帮助

快速安全清理系统垃圾!


2007-12-18 11:59:45
 标签:垃圾 系统 清理   [推送到技术圈]

版权声明:原创作品,如需转载,请与作者联系。否则将追究法律责任。
快速安全清理系统垃圾!
 
简单又方便又安全!需要一个记事本!打开!把代码放进去!
 
代码:
 
@echo off
pause
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
 
 
按[文件],选择[另存为]
 
把记事本.TXT 格式改为.BAT 格式 按保存!
 
 
点击它运行就OK了! 教程完毕!
 
建议:清理系统垃圾完后,重起计算机比较好点!
 
 

本文出自 “你就试一试” 博客,转载请与作者联系!



上一篇 磁盘加背景  下一篇 制作QQ强行聊天



    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: