30秒清除你电脑中的垃圾(使你电脑急速如飞)
要轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是像老去的猴王一样动作一天比一天迟缓呢?没错!在Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统垃圾吧!!下面是步骤很简单就两步!
在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!
双击它就能很快地清理垃圾文件,大约一分钟不到。
第一种.======就是下面的文字(这行不用复制)=============================
@echo off
echo 正在清除系统垃圾文件,请稍等......
[b]del /f /s /q %systemdrive%\*.tmp [/b]
[b]del /f /s /q %systemdrive%\*._mp [/b]
[b]del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk [/b]
[b]del /f /s /q %systemdrive%\*.old [/b]
[b]del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak [/b]
[b]del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp [/b]
[b]del /f /q %userprofile%\cookies\*.* [/b]
[b]del /f /q %userprofile%\recent\*.* [/b]
[b]del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" [/b]
[b]del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*" [/b]
echo 清除系统LJ完成!
echo. & pause
第二种.============================= =============================
@echo off
echo 正在清除系统垃圾文件,请稍等......
[b]del /f /s /q %systemdrive%\*.tmp [/b]
[b]del /f /s /q %systemdrive%\*._mp [/b]
[b]del /f /s /q %systemdrive%\*.log [/b]
[b]del /f /s /q %systemdrive%\*.gid [/b]
[b]del /f /s /q %systemdrive%\*.chk [/b]
[b]del /f /s /q %systemdrive%\*.old [/b]
[b]del /f /s /q %systemdrive%\recycled\*.* [/b]
[b]del /f /s /q %windir%\*.bak [/b]
[b]del /f /s /q %windir%\prefetch\*.* [/b]
[b]rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\COOKIES s\*.* [/b]
[b]del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" [/b]
[b]del /f /s /q "%userprofile%\Local Settings\Temp\*.*" [/b]
[b]del /f /s /q "%userprofile%\recent\*.*"[/b]
sfc /purgecache '清理系统盘无用文件
defrag %systemdrive% -b '优化预读信息
echo 清除系统LJ完成!
echo. & pause
此刻电脑就要开始起飞了,哈哈哈~~~~~
我先试试了,最近电脑的确运行的很慢,像蜗牛!
[[i] 本帖最后由 幻angel 于 2008-4-6 09:00 编辑 [/i]] 哇噻,我删了很多垃圾文件,难怪我电脑像蜗牛爬了!%@07 给自己顶下!%@09 很不错很不错。。。顶顶。。
不过偶很早就知道啦%@39 我以前用过,是清理了很多垃圾文件,但电脑也运行不起来了%@07
页:
[1]
