XP: Remove the Taskbar from Your Screen
Posted March 15, 2006 by William_Wilson in Windows
Last Updated on
Disabling/removing the taskbar from your desktop is a simple task. The following tutorial describes how this is done.
The following script, saved as removeTaskbar.reg, will remove all of the items individually from your taskbar, forcing them not to show up on the desktop.
REGEDIT4
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000001
"NoTrayItemsDisplay"=dword:00000001
"HideClock"=dword:00000001
"NoToolbarsOnTaskbar"=dword:00000001
"NoTrayContextMenu"=dword:00000001
"NoSaveSettings"=dword:00000000
*NOTE: If you wish to have this only apply until your next reboot, run it with the following:
“NoSaveSettings”=dword:00000001.
This will keep Windows from saving the settings, and the taskbar should reappear on your next reboot.
**If it does not, change all the values to 000000 to disable ALL features. Also, remove the – from the first path line. This will return the taskbar and its components.
*NOTE: You may have to re-add any toolbars or other items you had previously added to the taskbar.
Questions/Comments: [email protected]
-William. ยง (marvin_gohan)
The Conversation
Follow the reactions below and share your own thoughts.