lkjjjj1987 2008-5-11 19:08
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完成!就还你一个“苗条”的系统了!!
到时候再看看你的电脑,是不是急速如飞呢?
若上面的步骤还是不会,那你就把这个文件下到桌面上,解压后,双击运行就可以了,效果一样的
[[i] 本帖最后由 lkjjjj1987 于 2008-5-11 19:09 编辑 [/i]]
宇空不寻 2008-5-11 21:27
[size=4][color=navy]使用垃圾清楚软件及优化大师。不过使用优化大师要小心。[/color][/size]
拈花居士 2008-5-12 19:52
受益匪浅!受益匪浅!:t51 :t51
操作清理后快多了!谢谢小鬼头!:t57
Upasaka 2008-10-23 03:52
这一着儿比较雷, 单刀直入, 不象"优化大师"们那样温良恭检让 :t8
如果你不想冒失清理, 你可以先看一下, 哪些文件会被清掉, 把下面指令放在 LJCK.BAT 中, 然后做:
c:> LJCK.BAT >LJOUTPUT.TXT
最后打开LJOUTPUT.TXT看看.
dir %systemdrive%\*.tmp
dir %systemdrive%\*._mp
dir %systemdrive%\*.log
dir %systemdrive%\*.gid
dir %systemdrive%\*.chk
dir %systemdrive%\*.old
dir %systemdrive%\recycled\*.*
dir %windir%\*.bak
dir %windir%\prefetch\*.*
dir %userprofile%\cookies\*.*
dir %userprofile%\recent\*.*
dir "%userprofile%\Local Settings\Temporary Internet Files\*.*"
dir "%userprofile%\Local Settings\Temp\*.*"
dir "%userprofile%\recent\*.*"