View Single Post
  #1  
Old 21-12-2012, 14:57
gabrimor gabrimor is offline
Registered User
 
Join Date: Dec 2012
Location: Brazil
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
gabrimor is on a distinguished road
Minimize all windows, launching menu

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.
Reply With Quote
Sponsored Links