Windows icon cache does not exist

Solution 1:

Some files will not show even if you show hidden.

To make sure you delete the icon cache, do this:

  1. Open task manager.
  2. In the Processes tab, click on explorer.exe and click End Process. You then get a confirmation dialog. Click "End Process" to confirm.
  3. From the File menu (don't close task manager yet), choose New Task (Run...).
  4. Run a command prompt (cmd).
  5. In there, paste del %userprofile%\AppData\Local\IconCache.db /a
  6. The the command prompt window, then type explorer.exe to reload the explorer and the UI
  7. Check now, your icons should be fixed.