查看: 11949|回复: 35
打印 上一主题 下一主题

[转帖] 教你一招:30秒清理你电脑所有垃圾文件!让速度快如轮转!

[复制链接]
跳转到指定楼层
1#
发表于 2009-2-16 18:21:04 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
1 教你一招:30秒清理你电脑所有垃圾文件!让速度快如轮转! 要轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是像老去的猴王一样动作一天比一天迟缓呢?  没错!在Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统垃圾吧!!下面是步骤很简单就两步!   在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了! 双击它就能很快地清理垃圾文件,大约一分钟不到。 ======就是下面的文字(这行不用复制)============================= @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 =====到这里为止(这行不用复制)============================================== 以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?可别忘了回帖喔! 注:LJ就是垃圾的意思!这招比那些所谓的优化大师好用!最重要的是无论在公司默认的系统环境还是在自己家中的电脑都不会破坏系统文件
分享到:  新浪微博 QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 顶 反对反对
36#
发表于 2009-7-5 01:39:01 | 只看该作者
此贴不能沉····顶顶
35#
发表于 2009-7-3 11:39:41 | 只看该作者
谢谢
34#
发表于 2009-7-2 16:19:33 | 只看该作者
多谢猪宝宝!给C盘找回0.55GB的空间,粉拔错。多谢多谢!
33#
发表于 2009-7-1 14:07:52 | 只看该作者
成功清除垃圾,简单、易用。多谢猪小姐!嘻嘻
32#
发表于 2009-6-25 11:36:03 | 只看该作者
原帖由 catherine 于 2009-6-25 00:55 发表
谢谢楼上的~~
我照着上面的方法做了,~~
成功~~

哈哈,不用谢
31#
发表于 2009-6-25 01:55:18 | 只看该作者
很灵吗?呵呵我也试试....谢谢了...
30#
发表于 2009-6-25 00:55:55 | 只看该作者

thank u ...

谢谢楼上的~~
我照着上面的方法做了,~~
成功~~
29#
发表于 2009-6-24 23:16:18 | 只看该作者
复制上面入记事本,按楼主方法操作就得了
28#
发表于 2009-6-24 23:15:02 | 只看该作者
@echo 随流水专用版---lyp制作
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

评分

1

查看全部评分

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

本版积分规则

QQ|小黑屋|Archiver|手机版|联系我们|BMWSKY宝马会 ( 粤ICP备13075095号-3

GMT+8, 2024-11-17 06:45 , Processed in 1.051294 second(s), 26 queries , Memcache On.

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表