I figured out a solution to resolve this. That is to delete the thumbnail icon cache that we can find at
%LOCALAPPDATA%\Microsoft\Windows\Explorer
, i.e.,- Open a Windows Command Prompt window
- Do the following from the command line on the Windows Command Prompt window
taskkill /F /IM explorer.exe
del %LOCALAPPDATA%\Microsoft\Windows\Explorer\thumbcache_*.db
explorer.exe
- Run the Disk Cleanup application, i.e.,
cleanmgr.exe
- Uncheck everything using the user interface, and check "Thumbnails" (See the screen shot).
- Click OK to confirm
- Exit the Disk Cleanup application
The system will rebuild the thumbnail cache and the thumbnails.
No comments:
Post a Comment