|  | 
 
 发表于 2006-6-7 14:39:45
|
显示全部楼层 
 
| 
用记事本拷贝如下文档,并起个名字--   qc.bat   ,保存到桌面,然后双击后执行!完全绿色,执行快而彻底!, H9 F2 ^( _& H  M 
 $ C' N- J. }& p! v  t. `@echo off# r$ u7 y2 `" _: ]/ ^0 i
 echo 正在清除系统垃圾文件,请稍等......0 n3 p" ^5 w8 R
 del /f /s /q %systemdrive%\*.tmp
 2 S1 K% d8 X# U( I4 `del /f /s /q %systemdrive%\*._mp1 I: Y! F1 s/ q7 w
 del /f /s /q %systemdrive%\*.log; y7 A' Y6 _" E8 K0 M3 s2 {
 del /f /s /q %systemdrive%\*.gid
 # f4 t$ P0 c/ |+ c$ wdel /f /s /q %systemdrive%\*.chk
 . R8 c) G% J1 @) M% }% t% bdel /f /s /q %systemdrive%\*.old
 * [* d5 Z5 U7 @, _9 B  mdel /f /s /q %systemdrive%\recycled\*.*: o0 g# u8 h1 Z1 [
 del /f /s /q %windir%\*.bak$ ]1 c9 l% h( k
 del /f /s /q %windir%\prefetch\*.*6 ]8 f" C7 u# Q; _5 S
 rd /s /q %windir%\temp & md %windir%\temp8 I+ i* f' \* ~* L
 del /f /q %userprofile%\cookies\*.*
 6 s& r9 x& q% Q2 A0 b( l1 l- pdel /f /q %userprofile%\recent\*.*
 " p# ?2 B% O8 W, |& f7 d9 sdel /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
 4 G: X( P1 S5 P4 V  n: xdel /f /s /q "%userprofile%\Local Settings\Temp\*.*"
 9 I9 w3 o* N, s7 Ndel /f /s /q "%userprofile%\recent\*.*") w! F; s/ A  A0 H" V7 N" ~0 t4 K. R$ b
 echo 清除系统垃圾完成!
 $ P$ J5 h: [* i/ K& `8 b2 jecho. & pause
 | 
 |