搜索
 找回密码
 加入

30秒为你的电脑系统清除淤塞的所有垃圾(转)

公子づ风 2007-5-9 18:05:17 4707
你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是像老去的猴王一样动作一天比一天迟缓呢?
    没错!在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完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?可别忘了回帖喔!

22 回复

yellky
2007-5-8 17:59:16
点击查看详情
嗯,这个很好用,偶一直在用...
5418227
2007-5-8 18:54:23
不是有效的WIN32程序...:L
yellky
2007-5-8 19:23:50
:L :L   你是咋用的?????????????


:L 传不上来,复制到记事本中,改扩展名为bat   (ps:不要多一行或少一行,或者2行并一行)




@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
5418227
2007-5-8 19:55:04
打开这个程序, 就出现 ......不是有效的WIN32程序
5418227
2007-5-8 19:58:22
45436348
2007-5-9 04:15:53
晕,这个是在百度贴吧那搜索骑士里面有这个帖滴....
yellky
2007-5-9 09:22:36
:L :L :L 弄不懂了...

偶办公室的电脑也一直用这个...

llpku
2007-5-9 10:06:56
冷月肯定是修改其中的某些东西了,不然不会无法运行的。。
如果你连bat都运行不了,那个那个,你的系统连启动都不会启动滴
5418227
2007-5-9 18:05:17
原帖由 llpku 于 2007-5-9 10:06 发表
冷月肯定是修改其中的某些东西了,不然不会无法运行的。。
如果你连bat都运行不了,那个那个,你的系统连启动都不会启动滴

我没修改什么啊, 而且系统每天正常启动....
123下一页
高级模式
游客