Why

I like to keep my Notification Area as clean looking as possible, and this hack will remove all of those unsightly icons – it’s doesn’t actually prevent the programs from running, it only disables the actual Notification Area. [1]

What Is The “Notification Area”?

The Notification Area (sometimes called the “Task Tray”) is where programs, which are running in the background (like anti-virus), store their icons. The Notification Tray is located in the bottom right of the screen, next to the clock.

The Windows Notification Area

As always, please read this important information on editing the System Registry.

How To

  1. Hit the Windows Key+R, type regedit into the run dialog and hit OK.
  2. Now that you’re in the the Registry, navigate to this key:
    HKEY_CURRENT_USER\Software\Microsoft\
    Windows\CurrentVersion\Policies\Explorer

    The Registry
  3. Create a new DWORD value by right-clicking the right pane and click New, then DWORD Value
    Create A New DWORD Value
  4. Name this newly created value:
    NoTrayItemsDisplay
  5. Double-click NoTrayItemsDisplay and, in the Value Data text box, assign it this value: [2]
    1
    Set The NoTrayItemsDisplay Value To 1
  6. Close the Registry and reboot your machine.

When your machine starts up again, you will see a clean Taskbar without the Notification Area!

The Notification Area Is Gone!

[1] To keep your computer running efficiently, you should prevent all of these programs from actually starting up! Try these steps (programmers can be sneaky; hopefully one of these will work):

  • Open each of the programs (that are running in the Notification Area) and dig through their options, looking for the “Start with Windows” option – but remember that not all of these programs will have this option.
  • Looking in your computer’s Startup folder: Start-> (All) Programs -> Startup – deleting the shortcuts that you don’t want to launch at start up.
  • Look in MSCOFIG (Start -> Run -> MSCONFIG). Navigate to the Startup tab and uncheck the programs that you don’t want to start up – but make sure you do a Google Search to identify what these programs are; some of them have cryptic names!

[2] A value of 0 will keep the icons displayed.