- 注册时间
- 2008-9-13
- 最后登录
- 1970-1-1
- 在线时间
- 0 小时
- 阅读权限
- 200
- 积分
- 0
- 帖子
- 24482
- 精华
- 4
- UID
- 9
  
|
刚刚看了一篇文章就试了一下,效果还挺神奇/ d$ [5 d4 G7 h `+ p: n
4 T4 |5 f* N6 U# x
是这个样子的:2 i( G- j* a2 {& z
' M5 u! s6 Y0 O6 X在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了! / t) H/ b( j# O z+ i3 M
双击它就能很快地清理垃圾文件,大约一分钟不到。 ; N) @% e G- c3 l1 v5 J. H
! x# f3 }4 `- [$ v, x' Q' ~2 Z
======就是下面的文字(这行不用复制)=============================
- C, T; X* D) D0 x3 T3 {8 {9 F2 m7 W7 B3 b3 t/ \* c$ ]5 f
@echo off 7 l6 ~( n7 f Y0 G* c/ H4 I4 }
echo 正在清除系统垃圾文件,请稍等......
: ~1 G" \; m! l: _- l/ [del /f /s /q %systemdrive%\*.tmp
6 I+ D2 O2 y! A3 e1 [2 w6 {del /f /s /q %systemdrive%\*._mp : g) t+ T$ x. W0 ?
del /f /s /q %systemdrive%\*.log
+ O2 F3 Q* g3 V6 `0 v- ldel /f /s /q %systemdrive%\*.gid
0 L6 M5 k( Q. R. Edel /f /s /q %systemdrive%\*.chk ! O3 c: E. v) j6 L$ v& B- T4 c. n$ ^
del /f /s /q %systemdrive%\*.old
3 n9 A' V1 L( o1 b6 x0 xdel /f /s /q %systemdrive%\recycled\*.* # B1 r4 @6 D3 }/ Q6 e
del /f /s /q %windir%\*.bak ) W( ~6 ]0 F; `" R
del /f /s /q %windir%\prefetch\*.*
( l, s$ Q G# } Prd /s /q %windir%\temp & md %windir%\temp ( k* I+ d+ c) O7 u/ [
del /f /q %userprofile%\cookies\*.*
6 m% Y. K4 Q* R z7 odel /f /q %userprofile%\recent\*.*
8 B1 o- D5 t+ [ \del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
9 V: {, J( w* pdel /f /s /q "%userprofile%\Local Settings\Temp\*.*" . f/ y/ I- p1 g7 H
del /f /s /q "%userprofile%\recent\*.*"
# D7 V! }0 L7 m4 e7 Fecho 清除系统LJ完成!
3 [* r: F. s; E* x; \echo. & pause
: _. c) S W0 |* s t2 a- l- b' o7 V' V' t
=====到这里为止(这行不用复制)============================================== + l/ h5 d% w" G u, {
以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!! |
|