View Single Post
  #2 (permalink)  
Old 03-15-2006, 06:40 PM
William_Wilson's Avatar
William_Wilson William_Wilson is offline
Moderator
 
About:
Join Date: Mar 2006
Location: Canada
Posts: 973
William_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura about

Default


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!



__________________

</Dream In Code>
-William. ยง (marvin_gohan)
Reply With Quote