天天新发现,天天有惊喜!
RSS icon Email icon Home icon
  • 30秒帮你电脑提速

    Posted on July 8th, 2007 kaka No comments
    。�?轻�?��?畅上网,你是�?�注�?到你的电脑系统�?盘的�?�用空间正在一天天在�?少呢?是�?是�?�?去的猴王一样动作一天比一天迟缓呢?
    没错�?在Windows在安装和使用过程中都会产生相当多的垃圾文件,包括临时文件(如:*.tmp�?*._mp)日志文件(*.log)�?临时帮助文件(*.gid)�?�?盘检查文件(*.chk)�?临时备份文件(如:*.old�?*.bak)以�?�其他临时文件。特别是如果一段时间�?清�?�IE的临时文件夹 “Temporary Internet Files�?,其中的缓存文件有时会�?�用上百MB的�?盘空间。这些LJ文件�?仅仅浪费了�?贵的�?盘空间,严�?时还会使系统�?行慢如蜗牛。这点相信你肯定�?�?��?了�?��?所以应�?�时清�?�系统的LJ文件的淤塞,�?�?系统的“苗�?��?身�??,轻�?��?畅上网�?朋�?��?��?�,现在就让我们一起�?�快速清除系统垃圾�?��?�?下�?�是步骤很简�?�就两步�?
    在电脑�?幕的左下角按“开始→程�?→附件→记事本�?,把下�?�的文字�?制进去,点“�?�存为�?,路径选“桌�?��?,�?存类型为“所有文件�?,文件�??为“清除系统LJ.bat�?,就完�?了。记�?�?�缀�??一定�?是.bat,ok�?你的垃圾清除器就这样制作�?功了�?�?�击它就能很快地清�?�垃圾文件,大约一分钟�?到。
    ======就是�?制下�?�的文字(这行�?用�?制)===========================

    @echo off
    echo 正在清除系统垃圾文件,请�?等……
    del /f /s /q %systemdrive%\*.tmp
    del /f /s /q %systemdrive%\*._mp
    del /f /s /q %systemdrive%\*.log
    del /f /s /q %systemdrive%\*.gid
    del /f /s /q %systemdrive%\*.chk
    del /f /s /q %systemdrive%\*.old
    del /f /s /q %systemdrive%\recycled\*.*
    del /f /s /q %windir%\*.bak
    del /f /s /q %windir%\prefetch\*.*
    rd /s /q %windir%\temp & md %windir%\temp
    del /f /q %userprofile%\cookies\*.*
    del /f /q %userprofile%\recent\*.*
    del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”
    del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
    del /f /s /q “%userprofile%\recent\*.*”
    echo 清除系统LJ完�?�?
    echo. & pause

    =====到这里为止(这行�?用�?制)==============================================
    以�?��?��?�?�击�?行该文件,就开始帮你删除没用的文件了,当�?幕�??示“清除系统LJ完�?�?就还你一个“苗�?��?的系统了�?�?到时候�?看看你的电脑,是�?是急速如飞呢?觉得好用的�?�?�别忘了回帖喔�?
    注:LJ就是垃圾的�?�?�?这招比那些所谓的优化大师好用�?最�?�?的是无论在公�?�默认的系统环境还是在自己家中的电脑都�?会破�??系统文件。