from
Stardock Forums
i cant hide my taskbar properly. my object dock is set as 'Always On Top'. from what i know after hiding the taskbar the normal windows are suppose to remain at their current size, not extend all the way to the bottom. i need to know how i can hide the taskbar and getting the various windows (ie. folders, ie) to remain the same size and not stretch all the way to the bottom of the screen. one more problem - whenever i click on the 'show desktop' docklet on object dock, even the object dock gets hidden!? how do i solve that. im using object dock plus v1.1 emails to me at definitelydan@gmail.com would also be appreciated. thanks.
4,004 views
3 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
--------------------------------------------------------
I'll let someone else tackle the other problem. My solution is a bit radical. 
from
WinCustomize Forums
Top
I have heard of the maximized windows covering ObjectDock when using "Hide windows taskbar" before, and never saw a solution that was an easy setting in windows itself.
Windows is doing what it would normally do if you right-click the taskbar and select "Auto-hide the taskbar" - which then allows maximized windows to occupy the complete screen. Selecting "Keep the taskbar on top of other windows" will allow you to bump the edge to show taskbar.
Probably stuff you already know.
I am thinking that the only solution via "explorer.exe" (windows shell) would be to size your windows as you want them, and use the "Restore" setting instead of "Maximize", to prevent covering the dock.
This way you can always go full screen with maximize, and use restore before closing the window, so the OS will remember the size that you closed at and return it when re-opening.
Hopefully someone with more experience in this issue will drop by with a better alternative.
Windows is doing what it would normally do if you right-click the taskbar and select "Auto-hide the taskbar" - which then allows maximized windows to occupy the complete screen. Selecting "Keep the taskbar on top of other windows" will allow you to bump the edge to show taskbar.
Probably stuff you already know.
I am thinking that the only solution via "explorer.exe" (windows shell) would be to size your windows as you want them, and use the "Restore" setting instead of "Maximize", to prevent covering the dock.
This way you can always go full screen with maximize, and use restore before closing the window, so the OS will remember the size that you closed at and return it when re-opening.
Hopefully someone with more experience in this issue will drop by with a better alternative.
from
WinCustomize Forums
Top
What about using WindowFX to set the desktop margins?
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!