引用:
IE遇到附加元件上的問題而需要關閉.
附加元件名稱: TDAtOnce_Now.dll
公司名稱: ShenZhen Thunder Networking Technologies
描述: Broadband Download. Thunder in a Flash!
|
先去工具=>附加元件把DAtOnce_Now.dll功能停用....試試看
引用:
電腦也常出現----該記憶體不能為"read".的現象
|
第一步驟 刪除垃圾暫存檔避免木馬潛藏
=內存成垃圾清除器.cmd,檔名隨便命名更改
============================================================
@echo off
echo 正在清除系統垃圾檔案中,請稍候......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
REM del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\Downloaded Installations
rd /s /q %windir%\temp & md %windir%\temp
REM del /f /s /q "%userprofile%\cookies\*.*"
rd /s /q "%userprofile%\Local Settings\Temporary Internet Files"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
rd /s /q "%userprofile%\Local Settings\Temp\"
del /f /s /q %userprofile%\recent\*.*
echo 清除系統垃圾檔案完成!!
echo. & pause
=============================================================
抱歉有一行錯了~請更正!!