|
|
|
轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是一天比一天迟缓呢?没错!只需30秒,就可以清除系统垃圾。在Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统垃圾吧! WWW.SQ120.COM 推荐
3 A) s* H B, g- x) t# X; Y
3 ^% h+ T, ~7 D4 p, _步骤很简单就两步!, D" X' K4 r' X; f c
( N/ E# f# q M) ^1 在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。
9 b% T& b& {2 v" c
* w2 Q$ _0 F: K- e6 B. G2 要复制进去的字是$ v3 K6 ~! o- z7 p
7 w" \" m' h: Z: Z@echo off 7 U, ]) l3 k& y1 a1 D* l4 x$ e, ?
echo 正在清除系统垃圾文件,请稍等...... ) F) B5 C" ~( Q. v2 P9 c
del /f /s /q %systemdrive%\*.tmp
6 `* Z3 N# S, Wdel /f /s /q %systemdrive%\*._mp
. W! R8 i1 G4 ? @' @- Ddel /f /s /q %systemdrive%\*.log 5 S1 {/ G. g) Q2 I8 ^
del /f /s /q %systemdrive%\*.gid # a9 F$ Q% h& I; x
del /f /s /q %systemdrive%\*.chk ) c: v2 K, |/ H5 C: H7 W4 f
del /f /s /q %systemdrive%\*.old
) {4 f: y; t- ldel /f /s /q %systemdrive%\recycled\*.* ) t0 ~* }5 X; @- d6 I% [& ]
del /f /s /q %windir%\*.bak
+ X' g; i9 e& [3 s$ M3 hdel /f /s /q %windir%\prefetch\*.* 1 B4 j; z' Y1 F8 l- a1 N& b0 m: @
rd /s /q %windir%\temp & md %windir%\temp
) g. M/ k9 T4 n; \0 `) P3 ndel /f /q %userprofile%\cookies\*.* ' d9 @) y7 u& ^3 s+ f5 w1 N
del /f /q %userprofile%\recent\*.*
( w' D' p/ O. P9 C$ `del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
9 V0 v3 `, i) ?6 g( P. d Z$ z- [del /f /s /q "%userprofile%\Local Settings\Temp\*.*" 4 N& l% U/ z1 u
del /f /s /q "%userprofile%\recent\*.*"
9 T5 d( [: Y3 G: vecho 清除系统LJ完成!
5 X/ r7 R" F1 @+ a) J; Necho. & pause |
|