|
轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是一天比一天迟缓呢?没错!只需30秒,就可以清除系统垃圾。在Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统垃圾吧! WWW.SQ120.COM 推荐9 A3 K# P) @# y% P% {
# ]" m& x* r& n步骤很简单就两步!3 A9 n# O( t8 y: b5 V! A5 J
4 _7 c' y8 e# ?8 P' y9 O: z& H
1 在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。 ' Y7 Q( { N$ O) D" N1 C# K" t
1 ~; v8 S( d" b9 r* X
2 要复制进去的字是) x* \6 ^2 P' H; P* O
0 G) X3 S4 k9 u@echo off
) y' t/ |3 m7 Gecho 正在清除系统垃圾文件,请稍等......
. A" r: @! }8 @3 ~2 C/ U0 G% Zdel /f /s /q %systemdrive%\*.tmp
7 W: F" a9 V% Q( x) fdel /f /s /q %systemdrive%\*._mp ( q2 |7 N# Q1 u9 P' `* r- g2 y
del /f /s /q %systemdrive%\*.log , c7 V3 h: F& }" }
del /f /s /q %systemdrive%\*.gid
& y9 [& J2 f; L' k6 Ndel /f /s /q %systemdrive%\*.chk
$ E e2 p; p+ v% L" Gdel /f /s /q %systemdrive%\*.old ) N; Q. i8 g+ G3 X
del /f /s /q %systemdrive%\recycled\*.* & i: o: O9 x. X/ B4 w7 U! E
del /f /s /q %windir%\*.bak * s+ y( j4 Y; P+ o% V1 @' g/ h9 l9 [
del /f /s /q %windir%\prefetch\*.*
. `/ o) y6 v P ^! g" C7 \rd /s /q %windir%\temp & md %windir%\temp ' D3 M3 W, Y2 W5 M
del /f /q %userprofile%\cookies\*.* . D1 G; G+ K' E4 y) E- w
del /f /q %userprofile%\recent\*.*
4 Q) N- G6 e z3 j5 {, K" Z' M) Udel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
* o7 M' z& s1 Zdel /f /s /q "%userprofile%\Local Settings\Temp\*.*" & J1 c2 R t9 D3 _
del /f /s /q "%userprofile%\recent\*.*" : l9 t( ~/ M l1 b6 m& z: b
echo 清除系统LJ完成! ( B1 h1 h0 U) z9 s
echo. & pause |
|