【問題】請問ie中刪除cookie,刪除檔案還有刪除記錄是分別刪那些東西



贊助商連結


冷月寒羽
2008-03-24, 10:26 AM
最近開雅虎網站常出現Sorry, Unable to process request at this time -- error 999. 其它網站不會 ,我的解 決方法是在工具->網際網路選項中心將
cookie ,temporary internet files 和history刪除
因為常碰到這問題,所以上網找了一個批次檔案
@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%\Local Settings\History\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系統垃圾檔案完成!!
echo. & pause
可是還是一樣會出現Sorry, Unable to process request at this time -- error 999. 我還是得到網際網路選項中去刪掉它..
是批次檔少刪了什麼嗎

贊助商連結


琥珀
2008-03-24, 11:02 AM
其他網站沒問題,就不用理會這些暫存檔。

冷月寒羽
2008-03-24, 03:35 PM
其他網站沒問題,就不用理會這些暫存檔。

話是這樣說沒錯...但是...一直困擾著也不是辦法..而且也蠻想知道的

~GG~
2008-04-13, 04:13 AM
"%userprofile%\Local Settings\Temporary Internet Files\*.*" <= IE 暫陳檔
"%userprofile%\Local Settings\History\*.*" <=IE 歷程紀錄紀錄
"%userprofile%\cookie\*.*" <=IE cookie

這樣應該就知道缺哪一個了!

aesgs
2008-04-13, 10:38 PM
這是Yahoo的安全機制,基於保護系統的穩定‥‥
防範批次之大量發文、貼圖、灌水等。

例如同時瀏覽無名小站、Yahoo、yahoo拍賣、商店等等
因使用相同 IP 時,請勿在短時間內,連續發文、編輯等動作,
以免被系統誤判為大量貼文而限定網路的使用。

aesgs
2008-04-13, 11:29 PM
批次檔真的清乾淨了嗎?只是大部分清掉而已!
如要知道批次檔做了啥事....
把  @echo off
改成 @echo on

圖中是同一個目錄,請比較附圖中....兩個內容的不同....

上面是用IE瀏覽器瀏覽....下面則是用檔案總管理....

檔案總管裡面看不到的東西,多數人以為已經刪掉了,
其實並不一定,還是要從『網際網路選項』那去清才能清徹底!

這台電腦是2007年1月20日安裝的,
雖然開、關機都用『批次檔』清除所有暫存,
但是裡面還是有 2007/01/20 的檔案在!