|
|
|
|
|
当前离线
|
|
【分享】看看你电脑里面有多少垃圾文件
<P> 轻松流畅上网你是否注意到你的电脑系统磁盘的可用空间正在一天天在减少呢?是不是像老去的猴王一样动作一天比一天迟缓呢?没错!在Windows在安装和使用过程中都会产生相当多的LJ文件,包括临时文件(如:*.tmp、*._mp)日志文件(*.log)、临时帮助文件(*.gid)、磁盘检查文件(*.chk)、临时备份文件(如:*.old、*.bak)以及其他临时文件。<SPAN style="DISPLAY: none"> </SPAN><SPAN style="DISPLAY: none">ta </SPAN> <BR> 特别是如果一段时间不清理IE的临时文件夹“Temporary Internet Files”,其中的缓存文件有时会占用上百MB的磁盘空间。这些LJ文件不仅仅浪费了宝贵的磁盘空间,严重时还会使系统运行慢如蜗牛。这点相信你肯定忍受不了吧!所以应及时清理系统的LJ文件的淤塞,保持系统的“苗条”身材,轻松流畅上网!朋友来吧,现在就让我们一起来快速清除系统LJ吧!!<SPAN style="DISPLAY: none"></SPAN></P><P><SPAN style="DISPLAY: none"></SPAN>教大家自己写个程序<SPAN style="DISPLAY: none"> </SPAN> <BR>这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦 </P><P>打开[开始]-[所有程序]-[附件]-[记事本] <BR>然后复制以下内容 </P><P>@echo off <SPAN style="DISPLAY: none">g[H',)A) </SPAN> <BR>echo 正在清除系统垃圾文件,请稍等...... <SPAN style="DISPLAY: none">zZ=pP5y8 </SPAN> <BR>del /f /s /q %systemdrive%\*.tmp <SPAN style="DISPLAY: none">F@ Swe </SPAN> <BR>del /f /s /q %systemdrive%\*._mp <SPAN style="DISPLAY: none">.8(OT./ </SPAN> <BR>del /f /s /q %systemdrive%\*.log <SPAN style="DISPLAY: none">XI<L; </SPAN> <BR>del /f /s /q %systemdrive%\*.gid <SPAN style="DISPLAY: none">c;?fMX </SPAN> <BR>del /f /s /q %systemdrive%\*.chk <SPAN style="DISPLAY: none">ziPR>iz- </SPAN> <BR>del /f /s /q %systemdrive%\*.old <SPAN style="DISPLAY: none">br-]fE.be </SPAN> <BR>del /f /s /q %systemdrive%\recycled\*.* <SPAN style="DISPLAY: none">kQ1w5mCh </SPAN> <BR>del /f /s /q %windir%\*.bak <SPAN style="DISPLAY: none">0:w"M<80 </SPAN> <BR>del /f /s /q %windir%\prefetch\*.* <SPAN style="DISPLAY: none">R^?/' dr </SPAN> <BR>rd /s /q %windir%\temp & md %windir%\temp <SPAN style="DISPLAY: none">b 5yW_Ozdh </SPAN> <BR>del /f /q %userprofile%\COOKIES s\*.* <SPAN style="DISPLAY: none">MZ+^-@X </SPAN> <BR>del /f /q %userprofile%\recent\*.* <SPAN style="DISPLAY: none">p sL?Y </SPAN> <BR>del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" <SPAN style="DISPLAY: none">OnQdq^UB </SPAN> <BR>del /f /s /q "%userprofile%\Local Settings\Temp\*.*" <SPAN style="DISPLAY: none">'AN>`\mR$ </SPAN> <BR>del /f /s /q "%userprofile%\recent\*.*" <SPAN style="DISPLAY: none">%_!bRo </SPAN> <BR>sfc /purgecache '清理系统盘无用文件 <SPAN style="DISPLAY: none">|$?bc3 </SPAN> <BR>defrag %systemdrive% -b '优化预读信息 <SPAN style="DISPLAY: none">C74a(Bk}H </SPAN> <BR>echo 清除系统LJ完成! <SPAN style="DISPLAY: none">wgCa58H76 </SPAN> <BR>echo. & pause</P><P> </P><P> </P><P>复制完保存,就是点记事本左上角的 文件 , 选保存 ,然后更名为“清除系统LJ.bat” 就OK了,以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?</P> |
|