PDA

View Full Version : Minimize all windows, launching menu


gabrimor
21-12-2012, 14:57
Hi, thanks for reading.

Is there a way to minimize all windows automatically when launching an application?

I tried to call a .vbs file with the content above:
Set shell = wscript.CreateObject("Shell.Application")
Shell.MinimizeAll

But doing this, application is minimized too.

Joe Forster/STA
20-01-2013, 03:17
Apparently, you have to enumerate windows yourself and process (= minimize) all but your own.

TippeX
20-01-2013, 03:40
well you could i guess also cheat, sending the win+d key, to toggle desktop, should minimize / hide all windows