Situatie
On Windows 10, the system maintains a cache database with thumbnail images for every folder, document, video, and picture on your device. This database is used to display a file preview quickly or to give you a glimpse of the content of a folder or file before you open it.
Solutie
Pasi de urmat
Rebuild the thumbnail cache on Windows 10 with Disk Cleanup
- Open File Explorer
- Click on This PC from the left side
- Under the “Devices and drives” section, right-click the “C:” drive (where Windows 10 is installed) and select the Properties option
- Click the Disk Cleanup button
- Check the Thumbnails option
- Clear all the other options
- Click the OK button
- Click the Delete Files button.
Use Command Prompt to delete and clear the thumbnail cache
- Open Start
- Search for Command Prompt, right-click the result, and select the Run as administrator option
- Type the following command to stop File Explorer and press Enter: taskkill /f /im explorer.exe
- Type the following command to delete all the thumbnail database files without prompt for confirmation and press Enter: del /f /s /q /a %LocalAppData%\Microsoft\Windows\Explorer\thumbcache_*.db
- Type the following command to start File Explorer and press Enter: start explorer.exe.
Restore thumbnails preview
In the case that thumbnails are still not showing at all on Windows 10, chances are that someone or something messed up with your folder settings.
- Open File Explorer
- Click on the View tab
- Click Options to open Folder Options
- Click on the View tab
- Clear the “Always show icons, never thumbnails” option
- Click the Apply button
- Click the OK button.
Once you complete the steps, if the setting was causing the problem, you should now be able to see thumbnails again for files and folders.
Leave A Comment?