How to recreate the thumbnail cache using Command Prompt

Configurare noua (How To)

Situatie

When thumbnails for files and folders aren’t showing correctly, here’s how to clear and rebuild the thumbnail cache on Windows 10.

Solutie

  1. Open Start.
  2. Search for Command Prompt.
  3. Right-click the result and select Run as administrator.
  4. Type the following command to stop File Explorer and press Enter:

    taskkill /f /im explorer.exe

  5. Type the following command to delete all the thumbnail database files without asking for confirmation and press Enter:

    del /f /s /q /a %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db

  6. Type the following command to start File Explorer and press Enter:

    start explorer.exe

  7. Close Command Prompt to complete the task.

Now you should be able to browse files and folders on your computer with thumbnail previews showing up correctly.

Tip solutie

Permanent

Voteaza

(13 din 31 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?