[SOLVED] All icons suddenly dissappeared?

wilczur

Honorable
Aug 7, 2019
26
2
10,545
This has happened randomly before but it would fix itself after a reboot. Already tried rebooting and shutting down 4 times. Coincidently this happened after I left for bed at night letting the PC update and shut down. I tried uninstalling the latest updates but did not work either. All of the icons in file explorer are gone too, including the stuff on the side, the disc drive icons, all images, apps ...

all-icons-suddenly-disappeared-v0-wlqqaxqb34ud1.png

file-explorer.png

control-panel.png
 

wilczur

Honorable
Aug 7, 2019
26
2
10,545
[Moderator note: edited post to remove self-awarded best answer.]

Okay I fixed the issue, I just reinstalled Windows while keeping my files. All my software was removed and now I have to spend 7 years redownloading and setting up everything but oh well, the problem was fixed.
 
Last edited by a moderator:

WayTooManyAccounts

Prominent
Apr 15, 2023
13
0
510
I was going to ask if you could try making this batch file and executing it. It is my double whammy of clearing the icon cache.

taskkill explorer.exe
cd /d %userprofile%\AppData\Local\
attrib –h iconcache.db
del iconcache.db
cd /d %userprofile%\AppData\Local\Microsoft\Windows\Explorer\
attrib –h *.db
del *.db
start explorer.exe
cd %homepath%\AppData\Local\Microsoft\Windows\Explorer
dir iconcache*
taskkill /f /im explorer.exe
del iconcache*
dir iconcache*
Explorer.exe