教你個簡單管用的方法

1. 在桌麵上創建個notepad(text document)文件。

2,把下麵的文字複製(從“第二步” 複製到“echo. & pause”)到notepad.


第二步:@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




3, 點“file", save as, 然後把"save as type"選成All Files, file name改成“清除係統垃圾.bat". 注意, 一定要是" .bat"結尾。

4,運行“清除係統垃圾.bat”文件,讓它運行, 大概有幾分鍾時間, 等看到顯示“press any keys to continue”的時候就可以退出了。然後看看電腦是不是快了很多?

主要功能就是通過清除係統垃圾來加快電腦運行

所有跟帖: 

歡迎搗亂mm和其他mm經常光顧電玩高手 -最愛csEVIL- 給 最愛csEVIL 發送悄悄話 最愛csEVIL 的博客首頁 (0 bytes) () 06/30/2009 postreply 18:05:29

多謝,試了.但我是xp英文版, -myuz1- 給 myuz1 發送悄悄話 (54 bytes) () 06/30/2009 postreply 22:02:01

我的也是xp英文版 -最愛csEVIL- 給 最愛csEVIL 發送悄悄話 最愛csEVIL 的博客首頁 (132 bytes) () 07/01/2009 postreply 04:32:54

回複:我的也是xp英文版 -myuz1- 給 myuz1 發送悄悄話 (49 bytes) () 07/03/2009 postreply 00:14:56

我一到兩分鍾搞定 -最愛csEVIL- 給 最愛csEVIL 發送悄悄話 最愛csEVIL 的博客首頁 (30 bytes) () 07/03/2009 postreply 03:16:20

請您先登陸,再發跟帖!