Application icons are gone
Today I have installed an exe icon changer
application unfortunately this application did not work as expected, so I decided to uninstall this...
I can't remember the application name, but I remember that while I was uninstalling this, there was an message on the uninstaller saying: Restoring icons from windows-cache.
and uninstaller did freeze with 100% progress bar, after restarting my PC I can not see any application icons anymore.
Here is an screen-shot from my start menu, the same happends on my desktop.
/sorry for my English.
Solution 1:
Whenever icons or thumbnails are not displaying correctly in Windows, there are several steps to try/check:
- Rebuild the icon cache:
- Automatically:
- Run the Disk Cleanup tool (
cleanmgr.exe
) - Select
Thumbnails
, thenOK
- Reboot?
- Run the Disk Cleanup tool (
- Manually from Explorer:
- Open your local application data folder:
- 2000/XP:
%userprofile%\Local Settings\Application Data
- Vista/7 :
%localappdata%
- 2000/XP:
- Delete the file
IconCache.db
(you will need to have hidden files visible) - Reboot
- Open your local application data folder:
- Manually from the command-prompt:
- Open a command-prompt (
cmd.exe
) - Change to local-app-data:
C:\> cd "<dir from step 1 above>"
- Delete the icon cache:
C:\…Local…> del /a IconCache.db
- Reboot
- Open a command-prompt (
- Automatically:
- Check for custom icon-handlers:
- Open a command-prompt (
cmd.exe
) - Type
assoc EXT
whereEXT
is the extension of the problem file-type e.g.:C:\> assoc .exe
.exe=exefile
- Navigate to
HKEY_CLASSES_ROOT\<file-type>\ShellEx
, wherefile-type
is the result you got from the previous command (e.g.,exefile
) - See if there is an
IconHandler
subkey/branch underShellEx
(Some file-types such as shortcuts (.lnk
files) need an icon-handler) - If so, delete it or just rename it (e.g., to
#IconHandler
,IconHandler-
, etc.) - Refresh the desktop/window with the files
- Open a command-prompt (
- Check for “Old Icon”s:
- Find the extension association as in steps 2.2-2.3
- Navigate to the CLSID in the
IconHandler
(e.g.HKCR\CLSID\{42042206-2D85-11D3-8CFF-005004838597}
) - Check if there is an
Old Icon
subkey, if so, expand it - Examine the subkeys under
Old Icon
and make sure that theDefaultIcon
s are correct (they cannot contain quotes and must contain an icon index—even if just,0
—for non-icon files such as.dll
,.exe
, or.icl
)
- Set the icon to “self” for files containing their icon (e.g.,
.exe
,.ico
,.bmp
…):- Using the registry editor:
- Determine the file-type as in steps 2.1 - 2.2 above
- Run the registry editor (
regedit.exe
) - Navigate to
HKEY_CLASSES_ROOT\<file-type>\DefaultIcon
- Set the default value to
"%1"
- Refresh
- Using a file:
- Create a plain-text file with a text-editor (e.g.,
notepad.exe
) - Type or copy-paste the following (remember to replace the file-type):
REGEDIT4
[HKEY_CLASSES_ROOT\<file-type>\DefaultIcon]
@="\"%1\""
- Save the file as
Reset_Icon.reg
(notReset_Icon.reg.txt
) - Double-click the
.reg
file to merge it into the registry - Refresh
- Create a plain-text file with a text-editor (e.g.,
- Using the registry editor:
- Ensure that thumbnails are enabled (Vista and up):
- Open the Folder Options dialog:
- Open
shell:::{6DFD7C5C-2451-11d3-A299-00C04F8EF6AF}
or
- From an Explorer window, the menu
Tools->Folder Options…
- Open
- Select the View tab
- Un-check the Always show icons, never thumbnails option
- Refresh
- Open the Folder Options dialog:
Solution 2:
Since all normal procedures to fix icons problems (and detailled here by Synetech) wont works, I supposed the problem comes from remaining elements of the failed uninstallation of this unknown application...
Suggestion #1: Try this My folder and application icons on Windows 7 are generic N.B.: same of the Synetech solution #1 except with this difference: «change your screen bit depth to 16 bit and then back to 32 bit»
Suggestion #2: Try this Ms Fix it: «Fix problems with programs that can't be installed or uninstalled»
Suggestion #3: Try a system restore…
Hope this help.