Anyone know how to get rid of the Windows Taskbar in XP?

sbscetferozpur

sbscetferozpur

@sbscetferozpur-V9HVvl Oct 26, 2024
GUYS i want to completely remove my windows taskbar(not autohide)..
i anyone hav ever done it please help me out
i want a manuual removal method
remind u i m using window xp.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • savitha_chandu

    savitha_chandu

    @savitha-chandu-gjCsnX Apr 18, 2010

    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 applied until your next reboot, run this with:
    “NoSaveSettings”=dword:00000001 instead.

    this will keep windows from saving these settings, and the taskbar should reappear on your next reboot 😀

    **If it doesn’t, change all the values to 000000 to disable ALL features, also remove the - from the first path line. This will return the taskbar and it’s components.
    *NOTE you may have to re-add any toolbars, etc you had previously added to the taskbar.
  • ankesh.cs2007

    ankesh.cs2007

    @ankeshcs2007-GnaFEW Apr 19, 2010

    ya savitha is right but don't play with registry.