from
WinCustomize Forums
so i use the "show desktop" docklet.. but when i use it, my dock gets hidden to, and i have to go to the OD icon on my desktop to show it.. which was ok.. but i want to totally clear my desktop so if i get rid of that icon i get totally locked out of everything... HHEELLPP!!
1,790 views
2 replies
from
WinCustomize Forums
Top
"Show Desktop" does not minimize anything. What really happens is a full screen, borderless, explorer window, opens on top of everything.
You can use.
Winkey + M to minimize all
Winkey + shift + M to restore all
Or
Copy and paste the following into a text file and save it as ShowDesktop.vbs. Then create a new shortcut linked to this file.
Set Shell = CreateObject ("Shell.Application")
Shell.MinimizeAll
Set Shell = Nothing
and
Copy and paste the following into a text file and save it as RestoreAll.vbs. Then create a new shortcut linked to this file.
Set Shell = CreateObject ("Shell.Application")
Shell.UndoMinimizeAll
Set Shell = Nothing
from
WinCustomize Forums
Top
There's also an option in OD properties > Advanced Options, to prevent on top, & on bottom docks from hiding with show desktop.
Welcome Guest! Please take the time to register with us.
- Richer content, access to many features that are disabled for guests like commenting and posting on the forums.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!