Hi Halmen,
This issue could be either due to some corrupted system files or the Icon Cache database could be damaged by a recent activity on the computer.
It would be great if you can let’s know the recent change that you have made to the computer prior to this issue.
Let’s try the following methods and check if that resolves the issue. Let’s first check if there are any corrupted system files on the computer. You may run an SFC scan and check the result.
Method 1: Run an SFC Scan
The “sfc /scannow” command scans all protected system files and replaces incorrect versions with correct Microsoft versions.
a) Press “Windows Logo” + “X” keys on the keyboard and select “Command Prompt (Admin)” from that menu.
b) On the command prompt window, type the following command, and then press “Enter”
sfc /scannow
c) Follow the on-screen instructions and complete the scan.
If the scan was unable to find any corruption or other integrity issues on the computer and if this issue still persists, then try the next method to rebuild the Icon Cache Database.
Method 2: Rebuild the Icon Cache Database
If you find that one or more of your icons are not displaying correctly, or that your Icon Cache is corrupted, you might want to rebuild the Icon Cache. The Icon Cache or “IconCache.db” is a special database file that Windows utilizes to keep copies of each icon handy. When Windows needs to draw an icon, it uses the copy from the cache instead of retrieving the icon image from the original application file. This helps in making Windows draw the icons faster. The Icon Cache file is located at: “C:\Users\Username\AppData\Local\IconCache.db”, where C is the drive where the Operating System is installed. To purge and rebuild the icon cache, you may follow these steps:
a) Press “Windows Logo” + “X” keys on the keyboard and select “Command Prompt (Admin)” from that menu.
b) Copy the following commands and then right click in the Command Prompt window and select the option “Paste” from that menu to paste all the commands there, and then press “Enter”.
taskkill /IM explorer.exe /F
CD /d %userprofile%\AppData\Local
attrib –h IconCache.db
DEL IconCache.db /a
shutdown /r /f /t 00
c) Your computer will restart now automatically.
d) After the restart the Icon Cache will be rebuild automatically and then you may check if the issue still persists.
Hope this is helpful. Please get back to us with the troubleshooting results.