"Disappeared" icons at the notification area

Sometimes, some system or other icons just "disappear" from the notification area (system tray).
Even if you try to make them appear from Control Panel, Notification Area Icons the check box options are disabled. What happens is that too many icons have been taken place in the notification area and some of those are "true history" for Windows!

notification area


The fix is described below and is in fact a registry tweak:
  1. Display the Run window (Window key+R).
  2. Type: regedit
  3. Press Enter. The registry editor should appear.
  4. The folder icons on the left are the registry keys, while on the left the values appear. Go to the following key by navigating to the key (ok - this is a long way):
HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
  1. On the right you will see -among others- the values IconStreams and PastIconsStream. Delete those values (right click and Delete).
  2. Restart the system (or terminate the process explorer.exe from the Task Manager and then restart it from the File, Run menu).
Don't forget to backup your registry before any changes!

Comments

Popular posts from this blog

Write Unicode text using VBA

Calling Fortran intrinsic functions from Visual Basic

Dictionary class extensions (CopyTo, Sort) (C#)