- Windows 10 thumbnail cache problem
- Как очистить (сбросить) кэш эскизов (thumbnail cache) в Windows 10
- Как очистить кэш эскизов в командной строке
- Как очистить кэш эскизов используя утилиту «Очистка диска»
- Windows 10 thumbnails all messed up? Here’s how to fix it!
- How to recreate the thumbnail cache using Disk Cleanup
- How to recreate the thumbnail cache using Command Prompt
- Bonus tip
- More Windows 10 resources
- Halo: MCC’s live service elements make it better, not worse
- Microsoft’s Surface Duo is not ‘failing up’
- Here’s what you can do if Windows 10 update KB5001330 is causing issues
- These external monitors go perfectly with the Lenovo ThinkPad X1 Carbon
- Сброс кэша иконок и миниатюр в Windows 10
- How To Clear & Reset The Thumbnail Cache In Windows 10
- What is a thumbnail cache?
- Clear thumbnail cache using Disk cleanup
- Clear thumbnail cache using a third-party program
- Use Command Prompt to clear thumbnail cache
Windows 10 thumbnail cache problem
The latest Windows 10 keeps deleting and rebuilding the thumbnail cache automatically and very frequently, please help me solve this problem. i have 2 computers just having barebone install of windows 10, all have the this same problem.
[Moved from Windows / Windows 10 / Windows settings ]
There’s a possibility that some settings in the latest version of Windows 10 are different from the previous. There’s also a chance that some components in your File Explorer got damaged or corrupted in the process of updating Windows 10. To get this fixed, we suggest that you do these methods:
Note: If the first methods didn’t work, proceed with the next methods.
Method 1: Using Disk Cleanup
- Open File Explorer.
- On the left pane, click This PC.
- Right-click the C: drive where Windows 10 is installed, then select Properties.
- Click the Disk Cleanup button.
- Check the Thumbnails option, and uncheck all the other options.
- Click OK.
- Click Delete Files to confirm and to complete the task.
Method 2: Using Command Prompt
- Open Start.
- Search for Command Prompt.
- Right-click the result and select Run as administrator.
- 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 asking 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 - Close Command Prompt to complete the task.
Method 3: Files Explorer Options
- Open File Explorer.
- Click on the View tab.
- Click Options to open Folder Options.
- Click on the View tab.
- Make sure to clear the check mark for the Always show icons, never thumbnails option.
- Click Apply.
- Click OK to complete the task.
We are eager on getting this resolved for you, we will wait for your feedback.
Как очистить (сбросить) кэш эскизов (thumbnail cache) в Windows 10
В данной статье показаны действия, с помощью которых можно очистить (сбросить) кэш эскизов в операционной системе Windows 10.
Операционная система Windows 10 хранит копии эскизов всех изображений, видеофайлов и документов в кэше, чтобы их можно было повторно использовать для быстрого отображения при открытии папки вместо того, чтобы вручную сканировать и медленно загружать их каждый раз.
Иногда кэш эскизов может быть поврежден, что приводит к неправильному или искаженному отображению эскизов различных файлов. В этом случае кэш эскизов необходимо удалить, чтобы сбросить его и автоматически воссоздать по мере необходимости.
Кэш эскизов представлен группой файлов с именами thumbcache и расширением *.db, которые расположены в скрытом каталоге:
Как очистить кэш эскизов в командной строке
Чтобы очистить (сбросить) кэш эскизов, нужно удалить все файлы thumbcache, но предварительно нужно завершить работу Проводника Windows, чтобы он не блокировал к ним доступ.
Запустите командную строку от имени администратора и последовательно выполните следующие команды:
DEL /F /S /Q /A %LocalAppData%\\Microsoft\\Windows\\Explorer\\thumbcache_*.db
Первая команда завершает работу проводника, вторая команда удаляет файлы thumbcache, и последняя команда запускает проводник.
Как очистить кэш эскизов используя утилиту «Очистка диска»
Чтобы очистить кэш эскизов используя утилиту «Очистка диска», нажмите сочетание клавиш + R, в открывшемся окне Выполнить введите cleanmgr и нажмите клавишу Enter ↵.
В открывшемся окне выберите диск на котором установлена операционная система (обычно это диск C ) и нажмите кнопку OK.
Далее, установите флажок в чекбоксе Эскизы (снимите остальные флажки) и нажмите кнопку OK.
Подтвердите удаление нажав кнопку Удалить файлы .
Затем запустится процесс очистки.
После завершения процесса очистки перезагрузите компьютер.
Windows 10 thumbnails all messed up? Here’s how to fix it!
Windows 10 maintains a cache database with thumbnail images for every folder, document, video, and picture on your computer. This database is used to quickly display a preview of a file or to give you a glimpse of the content of a folder or file before you open it.
The problem with the «thumbnail cache» is that it grows over time as you create new folders and files, and sometimes the database will become corrupted. You’ll notice this because File Explorer will display thumbnails incorrectly, some files may not show a thumbnail preview, or sometimes thumbnails may not be available at all.
Thankfully, Windows 10 includes a few ways to reset and rebuild the thumbnail.db hidden files containing the data to display file previews.
In this Windows 10 guide, we’ll walk you through the process to recreate the thumbnail database using the Disk Cleanup tool and Command Prompt to solve this problem.
How to recreate the thumbnail cache using Disk Cleanup
The easiest way to rebuild the thumbnail cache on Windows 10 is using the Disk Cleanup tool.
- Open File Explorer.
- On the left pane, click This PC.
- Right-click the C: drive where Windows 10 is installed, and select Properties.
Click the Disk Cleanup button.
Check the Thumbnails option, and uncheck all the other options.
How to recreate the thumbnail cache using Command Prompt
In the case, the previous steps didn’t work, or you prefer to use command lines, you can use Command Prompt to delete and clear the thumbnail cache on Windows 10.
- Open Start.
- Search for Command Prompt.
- Right-click the result and select Run as administrator.
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 asking 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:
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.
Bonus tip
In the case, 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.
Make sure to clear the check mark for the Always show icons, never thumbnails option.
If the option was causing the problem, you should now be able to see thumbnails again for files and folders on Windows 10.
More Windows 10 resources
For more help articles, coverage, and answers on Windows 10, you can visit the following resources:
Halo: MCC’s live service elements make it better, not worse
Halo: The Master Chief Collection is more popular than ever, but some fans don’t agree with the live service approach 343 Industries has taken with it. Here’s why those elements are, at the end of the day, great for the game and for Halo overall.
Microsoft’s Surface Duo is not ‘failing up’
Microsoft announced this week that it was expanding Surface Duo availability to nine new commercial markets. While Surface Duo is undoubtedly a work in progress, this is not a sign of a disaster. It’s also doesn’t mean that Surface Duo is selling a ton either. Instead, the reason for the expansion is a lot more straightforward.
Here’s what you can do if Windows 10 update KB5001330 is causing issues
In this guide, we’ll show you the steps to get rid of the update KB5001330 to fix profile, gaming, and BSoD problems with the Windows 10 October 2020 Update and May 2020 Update.
These external monitors go perfectly with the Lenovo ThinkPad X1 Carbon
The Lenovo ThinkPad X1 Carbon is an excellent laptop, but what if you want to project the display onto a larger screen? You’ll need an external monitor for that. Here are our favorite options.
Сброс кэша иконок и миниатюр в Windows 10
Любители кастомизировать ярлыки наверняка сталкивались с повреждением изображений иконок как на рабочем столе, так и в проводнике Windows.
Решить данную проблему можно буквально за минуту с помощью сброса кэша через командную строку операционный системы.
Запускаем командную строку (cmd.exe) от имени администратора и построчно вводим следующее:
taskkill /f /im explorer.exe
Таким нехитрым способом мы завершаем процесс «Проводник». Это необходимо для удаления файлов кэша, в противном случае система не даст удалить используемые файлы.
Следующая строка — переход к каталогу с файлами кэша:
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
del /f /a s iconcache*
del /f /a s thumbcache*
Стоит отметить, что файлы iconcache есть иконки, а thumbcache — миниатюры, создаваемые проводником.
После очистки снова запускаем процесс explorer.exe:
Если данные действия показались сложными, то их можно автоматизировать. Для этого необходимо в блокнот вставить следующие строки:
taskkill /f /im explorer.exe
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
del /f /a s iconcache*
del /f /a s thumbcache*
explorer
pause
Cохранить с любым названием, но с расширением .cmd и запустить получившийся файл от имени администратора.
Если все верно то на выходе мы получим следующее окно:
Кэш успешно очищен, а значит все иконки ярлыков на рабочем столе и в проводнике снова выглядят красиво.
Вышеописанные действия проводились на Windows 10 1803 (17134.254) x64. Применимо к Windows 8, 8.1, 10.
How To Clear & Reset The Thumbnail Cache In Windows 10
Last Updated on February 27, 2020 by admin 5 Comments
Want to clear and reset the thumbnail cache in Windows 10? Are you having issues with thumbnails? In this guide, we will see all the ways out there to clear and reset thumbnail cache in Windows 10.
What is a thumbnail cache?
Thumbnail cache is nothing but a copy of all of your documents, pictures, and video thumbnails stored in a file. Windows 10 generates and keeps a copy of thumbnails for all documents, videos, and images on your PC so they can be displayed without any delay when you open a folder with one of the thumbnails supported view.
In other words, whenever you open a folder containing videos, documents, and pictures in thumbnail supported view, Windows uses thumbnails saved in the thumbnail cache instead of newly generating them. These thumbnail cache files help Windows display thumbnails instantly without delay.
In Windows 10, thumbnail cache files are stored under C:\Users\UserName \AppData\Local\Microsoft\Windows\Explorer. After navigating to the above said location, you need to uncheck the option labeled Show hidden operating system files as well as show hidden files and folders.
If Windows 10 is not correctly displaying thumbnails for one or more files or if the thumbnails are corrupted, clearing the thumbnails cache should solve the issue.
Method 1 of 3
Clear thumbnail cache using Disk cleanup
Step 1: Type Disk Cleanup in Start menu or taskbar search box and then press Enter key to open Disk Cleanup utility.
Step 2: On the drive selection screen, select your system drive (the drive where Windows 10 is installed) and then click OK button.
Step 3: When you see the following dialog, select ONLY Thumbnails, and then click OK button to delete the thumbnail cache.
Clicking OK will show you the following confirmation dialog. Before clicking the Yes button, make sure that you have selected only Thumbnails to avoid any data loss. That’s it!
Windows will automatically generate new thumbnails when required.
Method 2 of 3
Clear thumbnail cache using a third-party program
There are many free tools around to find and delete thumbnail cache files. One of them is the Thumbnail Database Cleaner.
Using Thumbnail Database Cleaner to clear thumbnail files
Step 1: Download Thumbnail Database Cleaner from this page.
Step 2: Install and run the program. Click the browse button and then select the drive where Windows 10 is installed.
Step 3: Click the Start search button to begin finding thumbnail cache files.
Step 4: Select all thumbnail files, and then click Clean button. That’s all!
Method 3 of 3
Use Command Prompt to clear thumbnail cache
Like other files, thumbnail cache files can also be deleted using Command Prompt. While you can use above mentioned methods to clear thumbnail cache, at times, you might need to use the Command Prompt for the same job.
Step 1: Close all running programs. Be sure to close the File Explorer as well.
Step 2: Right-click on the Start button and then click Command Prompt (Admin). Click Yes button when you see the User Account Control (UAC) prompt.
Step 3: In the Command Prompt, type the following command and press Enter key.
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer
Step 4: Type attrib -h thumbcache_*.db and then press Enter key.
Step 5: Finally, type del thumbcache_*.db and then press Enter key to delete all thumbnail cache files.
Restart your PC once to complete the operation.
And if thumbnails are not showing, please refer to our thumbnails are not showing in Window 10 File Explorer guide.