Thursday, February 4, 2010

Give the taskbar a clean shave :)

If u wanna do something new wid ur pc then start with this small code which removes all icons from ur task bar...



[-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



paste the above code in notepad and save it as anyfilename.reg........
If u keep ("NoSaveSettings"=dword:00000001) the taskbar will appear after u reboot ur pc...If it doesn't happen then modify all 00000001's to 00000000's...by replacing 1's with  0's in the code it disables all the functions of the code...
NOTE:-WORKS WITH XP

1 comment: