Hello,
Thank you for posting in Q&A forum.
Regarding the problem of "taskbar display icon", please try the following method.
Start "Task Manager", find "Windows Explorer", right-click and restart to see if the problem can be solved.
If it cannot be solved, you can try the following solution:
Create a new txt file, enter the following six commands, and save. Change the file suffix to .bat, right-click and run as an administrator.
rem Close explorer.exe
taskkill /f /im explorer.exe
attrib -h -i %userprofile%\AppData\Local\IconCache.db
del %userprofile%\AppData\Local\IconCache.db /a
rem Open explorer
start explorer
Rebuild icon cache
- Press "Windows logo key + R", enter "%userprofile%\AppData\Local\Microsoft\Windows\Explorer", and press Enter.
- In the opened folder, you can see files like iconcache_32.db, iconcache_48.db, iconcache_96.db, iconcache_256.db, iconcache_1024.db, iconcache_1280.db, iconcache_1600.db, iconcache_1920.db, iconcache_2560.db, iconcache_exif.db, iconcache_idx.db, iconcache_sr.db, iconcache_wide.dd, iconcache_wide_alternate.db.
- Delete all these files to rebuild the Windows 10 icon cache and see if this problem can be solved.
I hope the information above is helpful.
Best regards
Zunhui
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.