I installed Visual Studio 2012 yesterday and during the install my path somehow got screwed up1. Since then, the icons for applications that are part of Windows are the default "unknown" icon, but other icons are fine. The applications that the shortcuts link to launch fine when the icons are clicked on.
Taskbar:
Start Menu:
I have fixed my path, but the icons still show incorrectly.
Any ideas on how to flush what appears to be a set of cached icons?
1 Something took a path of A;B;C;D; and turned it into A;B;C;D;A;B;C;D;E;F; - duplicating a large part of it to that point that no more characters were available to type in the edit box in system properties. This had the side-effect of Windows reporting that it couldn't find %windir%.
65 Answers
I have solved the icon issue by:
- Starting the Task Manager
- Ending the explorer.exe process (Right click on explorer.exe -> End process)
- Opening a command line window (File -> New Task (Run...) -> Type cmd.exe)
- In the cmd window type
cd %userprofile%\appdata\local
- Now you need to delete the iconcache.db file
del iconcache.db /a
- Exit the cmd window by typing
exit
- Starting the explorer again (File -> New Task (Run...) -> Type explorer.exe)
Now you should be able to see the restored icons.
6for me the pin and unpin function of the taskbar did the trick
1I eventually solved this by following the advice given here, although not the advice in the article but the advice in one of the comments:
change momentarily the screen color depth to 16 bits, for example, and, when Windows asks you whether you want to keep the changes or not, click "No" to restore the original settings.
The advice in the main body of the article (about changing the view hidden folders and files setting) didn't work.
1I think that loosing the icons is only one of the symptoms of a broader problem, which is that the PATH variable gets messed up. See the following discussion on the VisualStudio forum. The problem seems to be caused by an excesively long PATH variable.
I right-clicked on the item with the missing icon and chose properties. In the properties dialog box I clicked to change the icon. I changed the icon (for example, from the main program icon to the document icon for that program) and pressed OK (I had to have administrator rights to confirm). I then repeated the process to change the icon back, at which point the icon was now visible.