Possible Duplicate:
Where are the items in the system tray stored?

Where in the registry can I find the definitions of icons in the notification area? I want to start removing icons I hate, like Adobe Reader's etc.

link|improve this question

79% accept rate
True. It is a duplicate. Search didn't find the other question when I looked. Apparently running programs can display icons in the notification area. I will hunt down autostart programs in the registry. – Andrew J. Brehm Sep 14 '11 at 14:51
Found the thing. It hid in a Wow64 node of the registry! Why do all programs think that I want them running in the background all day??? – Andrew J. Brehm Sep 14 '11 at 14:57
feedback

closed as exact duplicate by Mehper C. Palavuzlar, Diogo, grawity, Mokubai, Nifle Sep 14 '11 at 21:15

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

Notification icons are not kept in the registry. They are added dynamically, by programs that are running at that moment. In other words, you have to configure the programs themselves to stop polluting the notification area.

  • If you have an "Adobe Reader update" icon there, update the damn thing and it will go away. (This applies equally to all "update available" icons. They are there for a good reason.)
link|improve this answer
feedback

For future reference:

Icons in the notification area are displayed by programs running, usually in the background. Those programs are often started by Run entries in the registry.

Look here:

\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run

And here:

\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

In the HKey_Current_User and HKey_Local_Machine hives.

link|improve this answer
1  
Start > Run > msconfig > startup – Rob Sep 14 '11 at 15:05
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.