Skip navigation

JSI Tip 5841. How do I remove the Windows XP Notification Area (System Tray) from the taskbar?

To remove the Windows XP Notification Area from the taskbar of the current user:

1. Copy / Paste the following to a NoSysTray.reg file:

REGEDIT4

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

2. Merge the NoSysTray.reg file with your registry, or run regedit /s NoSysTray.reg.

3. The user must log off and log on for the setting to take effect.

To remove the Windows XP Notification Area from the taskbar for all users of this computer:

1. Copy / Paste the following to a NoSysTray.reg file:

REGEDIT4

\[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\]
"NoTrayItemsDisplay"=dword:00000001

2. Merge the NoSysTray.reg file with your registry or run regedit /s NoSysTray.reg.

3. Shutdown and restart your Windows XP computer.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish