|
|
|
才从别的网站上看到的,然后直接复制过来,不知道别人有没有发过.........) L5 d6 x! m7 N4 F
如果发过了 就让那些没看见的人看一下,看过的就当复习....... B i* ^- j m
. n& p; \3 D$ c4 X
' k) Y5 f7 E3 b, E0 L8 I& G6 w( M
! b; n* ~( E2 E9 l4 C. z
: k8 b. G8 W3 J9 j1 q- S) z/ h9 y3 I/ y
" _7 V% |! E8 b5 ~5 L
! Y, j/ g8 v( ^$ t5 e; c教大家自己写个程序 ! m5 E! c" [) h+ O
5 K8 l( R7 u3 J! q9 N这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦
7 M7 ~7 L6 z3 a7 H) A8 g新建一个记事本并输入以下的内容: l9 a: [' W! ~! z+ x: X" I
" u. ~' P/ y1 ?( a8 b
@echo off # z3 W: }& y& ^. U8 C
echo 正在清除系统垃圾文件,请稍等...... 0 u& U. c% Q7 `( }: l f
del /f /s /q %systemdrive%\*.tmp 9 ^1 [& m" T" n& j* b
del /f /s /q %systemdrive%\*._mp
' t- j) f! r' S% a6 E7 C& cdel /f /s /q %systemdrive%\*.log ) P I3 T9 G# Y
del /f /s /q %systemdrive%\*.gid ' L2 q1 \$ Q* g% }/ G6 R: C
del /f /s /q %systemdrive%\*.chk 3 j! V1 o0 r, {. S; S( A$ M8 ?
del /f /s /q %systemdrive%\*.old 9 B0 n6 l9 n0 i$ k
del /f /s /q %systemdrive%\recycled\*.*
3 e2 U" x* W7 y; M; p+ _ i: {4 Q& wdel /f /s /q %windir%\*.bak
( M. Z. n" }. y/ V, D# rdel /f /s /q %windir%\prefetch\*.*
' l" s( p* m( _" i" M6 Zrd /s /q %windir%\temp & md %windir%\temp
& G5 h3 w8 S# ?( E8 {% ydel /f /q %userprofile%\cookies\*.* ' J3 E) Y6 A+ H9 H3 T# @
del /f /q %userprofile%\recent\*.* % ^. R- q. K1 E! T1 S3 ?
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" ! O8 [( O# g5 e$ a3 e7 o
del /f /s /q "%userprofile%\Local Settings\Temp\*.*" . }6 C1 H6 l# C: A$ [
del /f /s /q "%userprofile%\recent\*.*" ( U+ f/ F4 y5 A- k
echo 清除系统LJ完成! + {) q- G* ~) i% N9 P& b. `) b5 r, ^
echo. & pause + @5 r9 F# ^: E' ?* n
4 Z) X" c0 x3 m/ N( t(注:可以直接把上面的复制到记事本里)
" z# L. Y) {1 {最后将它保存,然后更名为“清除系统LJ.bat”
7 l! y$ X3 B6 t7 r- }
+ C6 O6 S/ @; P. r$ o) q& Y+ i
2 O* y8 o- w4 P' Xok!你的LJ清除器就这样制作成功了!
: l, b/ m% R4 e% W) \4 l1 T以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?可别忘了回帖喔!
: r4 b6 a' G: e5 b9 c! U2 @ A Z* ~- V4 ?" r
[ 本帖最后由 852002 于 2006-7-7 01:55 PM 编辑 ] |
|