TA的每日心情 | 开心 2018-2-2 08:17 |
|---|
签到天数: 1 天 连续签到: 1 天 [LV.1]初来乍到 累计签到:1 天 连续签到:1 天
|
马上加入,结交更多好友,共享更多资料,让你轻松玩转电力研学社区!
您需要 登录 才可以下载或查看,没有账号?立即加入
×
你想让你的机器跑的更快更好吗?请将下面的代码粘贴到记事本中保存成 *.bat 的文件就行了,- ?3 `' b0 @' j, A: R: w
然后就双击运行吧,看一下是不是能跑的更流畅写呢?
: f, q# F6 U% n' `
& x' _- o/ }/ V- R& i; I7 [% N0 ~6 _, L& l$ ~
@echo off# h; d2 h# w) u3 ~, o4 u$ ~
& E' n; ^3 A7 y" L. Y& P$ \echo 正在清除系统垃圾文件,请稍等......# e6 C3 C3 V9 {1 n/ |- `; I7 N
* `- X, j7 {& }del /f /s /q %systemdrive%\*.tmp
' |) p) E8 C* ^- _' a" C5 F) g# e) x$ S, J' C8 }5 o6 U; w: o
del /f /s /q %systemdrive%\*._mp
5 t+ V4 s8 l: |" Q( q8 w/ _$ b7 Q1 s6 b
del /f /s /q %systemdrive%\*.log
! d6 m" g* ]8 }" k- t, B, u0 u E) W/ Q; {
del /f /s /q %systemdrive%\*.gid
/ i$ C1 _2 V7 d& R- Y" j8 P' d, h5 c' S9 h
del /f /s /q %systemdrive%\*.chk8 G( A$ L% T. c9 L- Z
/ {- M7 P, E: @$ |& _del /f /s /q %systemdrive%\*.old* o/ s# l# Y; T; F5 D8 g* b
, V4 {8 Q, C( J8 t6 H) s( h7 _" idel /f /s /q %systemdrive%\recycled\*.* v9 D- D& a1 D/ R, B2 M: }# r
, G; N& l) ]* M& Ldel /f /s /q %windir%\*.bak8 I- S/ b) s# x- Q9 y2 Q
, R1 C! A ^: k7 P8 E& Jdel /f /s /q %windir%\prefetch\*.*# u5 e' g/ t9 X+ ?- f- W
/ E, _. T& D, f
rd /s /q %windir%\temp & md %windir%\temp
! o7 \. `; P$ L7 l' s- I) Q% m4 y2 I. S9 I: z* V1 T
del /f /q %userprofile%\cookies\*.*+ [; K* y& X. C! }$ v5 M; O4 r
3 I. i& f5 y" |. y
del /f /q %userprofile%\recent\*.*4 i% b5 Q' Y1 Q: ^9 ?
3 L6 ~! v5 R9 S0 l7 L, z+ ^$ O
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
) H- E* A$ b: T2 b! w4 B: z2 q6 }/ r+ m. p' N# F( L
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"8 B. x$ a: W& h( S( r( p
4 C- ^& L8 [5 r9 U. u2 v7 i0 m
del /f /s /q "%userprofile%\recent\*.*"
6 Q% A: t+ v/ T- x1 X
2 F* D3 i/ l6 g0 Y) Necho 清除系统LJ完成!: _9 c8 D! M) m3 [
8 ]% |4 d2 ?" ~ ~3 j
echo. & pause |
|