JSI Tip 5841. How do I remove the Windows XP Notification Area (System Tray) from the taskbar?
Jerold Schulman
October 15, 2002
1 Min Read
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_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]
"NoTrayItemsDisplay"=dword:00000001
2. Merge the NoSysTray.reg file with your registry, or run regedit /sNoSysTray.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_MACHINESoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer]
"NoTrayItemsDisplay"=dword:00000001
2. Merge the NoSysTray.reg file with your registry or run regedit /sNoSysTray.reg.
3. Shutdown and restart your Windows XP computer.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like