Announcement

Collapse
No announcement yet.

thumbnail รูปภาพมันขึ้นแค่บางรูปเกิดจากอะไรคะ

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • thumbnail รูปภาพมันขึ้นแค่บางรูปเกิดจากอะไรคะ

    http://superuser.com/questions/71652/windows-7-image-thumbnails-fail-to-appear[/url] อาการแบบนี้เลยค่ะแต่ยังหาวิธีแก้ไม่ได้ รบกวนด้วยนะคะ
    Attached Files

  • #2
    สาเหตุต่างๆ นาๆ เช่น ram หมด, ไฟล์เสีย ฯลฯ

    ** ในลิ้งค์ที่แนบมา ลองดูดีๆ จะมีวิธีแก้ไขอยู่นะ (clear thumbcache*.db)

    All right, I've got a pretty strange one here. Since I installed Windows 7 on this machine some time ago, image thumbnails have never worked properly. For the vast majority of images, they comple...

    1. open the taskmanager
    2. kill explorer.exe
    3. go to File -> new Task, run cmd
    4. navigate to C:\Users\user\AppData\Local\Microsoft\Windows\Explorer
    5. delete all .db files (del *.db)
    6. close cmd
    7. again, in the taskmanager go to File -> new Task, run explorer
    done.

    Comment


    • #3
      งงตั้งแต่ข้อ 2. เลยค่ะ หา explorer.exe ไม่เจอ แล้วพอรัน cmd ก็ไป C:\Users\user\AppData\Local\Microsoft\Windows\Explorer ไม่ได้อีก

      Comment


      • #4
        ขยายความให้นะ

        1. open the taskmanager
        2. kill explorer.exe


        ข้อนี้ยังไงๆ ก็ต้องหาให้เจอ เพราะถ้าหาไม่เจอ เราจะลบไฟล์ในขั้นตอนต่อๆ ไปไม่ได้
        * ถ้าทำไม่ได้จริงๆ อาจเป็นเพราะในเครื่องมีปัญหาแบบอื่นก่อนหน้านี้ เช่น อาจมีไวรัส ฯลฯ


        3. go to File -> new Task, run cmd
        4. navigate to C:\Users\user\AppData\Local\Microsoft\Windows\Explorer
        5. delete all .db files (del *.db)
        6. close cmd


        3. เปิด cmd จาก task manager ด้วยคำสั่ง File -> New task (Run...) (ตอนนี้เราไม่มี start menu แล้ว เพราะมันจะหายไปตอน kill process explorer.exe ทิ้ง)


        4. ตอนนี้อยู่ใน command prompt แล้ว, ย้ายโฟลเดอร์โดยคำสั่ง cd ไปที่พาธ ด้านบน
        cd C:\Users\user\AppData\Local\Microsoft\Windows\Explorer
        * ตรงตัวแดง คือชื่อผู้ใช้, แต่ละเครื่องจะไม่เหมือนกัน
        หรือจะใช้แบบด้านล่างแทนก็ได้ (ใช้ตัวแปรระบบแทน
        %ชื่ออะไรซักอย่าง% = ตัวแปรของ command prompt (พิมพ์คำสั่ง set เพื่อดูค่าของตัวแปร)

        cd %LOCALAPPDATA%
        cd Microsoft
        cd Windows
        cd Explorer


        5. ลบไฟล์ .db files (del *.db) ทั้งหมด
        ดูก่อนว่ามีไฟล์อะไรบ้าง
        dir /a
        ถ้าเจอไฟล์แล้วก็ลบ
        /a = ลบไฟล์ซ่อน-ไฟล์ระบบด้วย
        /f = force delete
        del *.db /a /f



        6. close cmd
        7. again, in the taskmanager go to File -> new Task, run explorer
        done.


        6. ปิดหน้าต่าง command prompt
        7. รัน explorer ใหม่โดยพิมพ์ explorer.exe ที่ File -> New task (Run...)
        ** เสร็จแล้ว **

        Comment

        Working...
        X