關於電腦hard disk問題???????????????????????

2007-01-01 10:47 am
請問有冇軟件可以清除hard disk入面冇乜用既檔案或程式????在那兒可以download請附上網址,在下已有清理磁碟機的程式,但它只懂清理temporary internet files所以覺得冇咩用,請問有冇一d可以懂得分辨d檔案是否冇用而將佢地del既軟件????

回答 (2)

2007-01-01 3:38 pm
✔ 最佳答案
試下以下程式,先用記事簿開個file,再打入以下全文:

@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 清除系統垃圾完成!
echo. & pause

完後SAVE做 xxx.bat(xxx-任何名稱)即成一小程式,用時按之可也。
參考: 我都係抄自其他論壇(木瓜論壇),未知實效!
2007-01-01 11:00 am
妳去此站看看有什麼合妳用 http://www.hotdl.com/


收錄日期: 2021-05-01 00:16:09
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070101000051KK00486

檢視 Wayback Machine 備份