SysChat

SysChat (http://www.syschat.com/forum.php)
-   Operating Systems (http://www.syschat.com/software-support/operating-systems/)
-   -   Start Button and Task Bar won't display (http://www.syschat.com/start-button-task-bar-wont-display-496.html)

okippiko 03-15-2006 06:30 PM

Start Button and Task Bar won't display
 
Hi,
I have a computer with winxp.,512mb ram. I am trying to navigate and the start button and the task bar will not display. I moved my mouse in between the task bar and bottom of the screen to create the double arrows to find my start button and task bar . I can't get these items to display. What can I do to have my start button and task bar to display?
Any help will be appreciated. Thanks.

Len Piko [email protected]

William_Wilson 03-15-2006 06:40 PM

That's funny, i just posted a similar script to REMOVE the taskbar on another site, lol, but here's a script to put it back.
Save this code as RestoreTaskBar.reg
Code:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSetTaskbar"=dword:00000000
"NoTrayItemsDisplay"=dword:00000000
"HideClock"=dword:00000000
"NoToolbarsOnTaskbar"=dword:00000000
"NoTrayContextMenu"=dword:00000000
"NoSaveSettings"=dword:00000000

This will create the directory possibly missing, as well as reset all tasbar items to be viewable.
the last one enables the settings to be saved, if you wish to test this before saving the settings, change it to 00000001.

This will require a reboot to take effect
-Hope it helps!


All times are GMT -4. The time now is 07:27 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54