ITsVISTA
Information that makes life easier when it comes to installing, managing, and using Windows Vista.
Start About FAQ Blogroll Shop

ITsVISTA Tip 38: Disable Vista’s Notification Area

ITsVISTA TipThe Notification Area is next to the clock in the Taskbar. It’s where you’ll generally find icons for different Vista tools, as well as additional software you may have installed. Some of the icons may not be useful to you, and there is a way to choose which are shown, while having others hidden. Some may not want any icons, and if this is the case, there is a way to simply disable that area.

The Tweakvista website shows one way to do this, by modifying the local group policy. Another method from HelpWithWindows.com uses the registry, which is the method I’ll use.

Before: With Notification Area

Notification Area On

Steps to Disable the Notification Area

  1. Create a blank text file called NoTrayItemsDisplay.reg (or whatever you like as long as it ends with .reg). I usually use NotePad for this. Save wherever you like, I put mine on my desktop.
  2. Copy the following text into the the file and save:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoTrayItemsDisplay"=dword:00000001
  3. Double-click the NoTrayItemsDisplay.reg file.
    NoTrayItemsDisplay.reg
  4. If you have UAC turned on you’ll need to approve the elevation of privileges. You’ll then be told that modifying the registry can be dangerous, click Yes to continue.
    Modify Registry
  5. You’ll then be told that your registry was modified.
    Registry Modified
  6. Now, simply log out and log back in, or restart for the change to take affect.

After: Without Notification Area

Notification Area Off

If you decide you want it back, just change the 1 in the NoTrayItemsDisplay.reg file to a 0 like so:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoTrayItemsDisplay"=dword:00000000

Double-click, restart and you’ve got it back again.

Get notified of new posts for FREE via RSS or E-mail

Subscribe to ITsVISTA!

Comments

  • JR

    May 24, 2007 at 12:02 pm

    Are those programs that used to be on the notification area still running in the background? If not, how do you make them not load besides going to each program’s preferences to disable them?
    Thanks, JJ

Leave a Comment