You can create a VBScript to open the sidebar back up automaticall
after it closes due to the show desktop procedure. Just follow thes
steps
You need to create three files
ShowDesktop.sc
ShowDesktopSidebar.vb
Shortcut to ShowDesktopSidebar.vb
1) Open up notepad and create ShowDesktop.scf
[Shell
Command=
IconFile=shell32.dll,3
[Taskbar
Command=ToggleDeskto
2) Open up notepad and create ShowDesktopSidebar.vbs
Dim WshShel
Set WshShell = WScript.CreateObject("WScript.Shell"
WshShell.Run "ShowDesktop.scf",
WshShell.Run """C:\Program Files\Windows Sidebar\sidebar.exe""",
3) Create a shortcut to ShowDesktopSidebar.vb
Right click on file and choose 'Create Shortcut'
4) Change icon of shortcut to the "show desktop" icon
Right click on shortcut, Properties, Change Icon..., scroll to th
right just a bit and you'll see the "show desktop" icon, choose it an
click OK
5) Move shortcut to Quick Launch area on Taskbar
Right click on shortcut and drag it to the Quick Launch area, releas
click and choose 'Move Here'
That's it! Done
It has the same functionality of clicking on the "show desktop" icon
and then clicking on the sidebar icon in the tray, as was a suggeste
solution. The limitations of this solution, just like the manua
version, is that if you click on the desktop afterwards, the sideba
disappears. But if say you open a minimized window (and don't click o
the desktop), then the sidebar will stay up
Notes
Make sure you keep the .scf and .vbs files in the same directory, jus
hide them somewhere not on the desktop
The real solution is for Microsoft to fix this problem by adding a
option for the sidebar to always be on top of the desktop, but not o
top of other windows. This is not hard to do at all (for the OS), i
just needs to be done (by them). So Microsoft, just do it already
--
booglypo
Posted via
http://www.vistaheads.co