Is there a way I can run "Show Desktop" from VBScript?

Thanks

Re: Show Desktop by JHP

JHP
Fri Feb 23 09:10:42 CST 2007

Set objShell = CreateObject("Shell.Application")
objShell.MinimizeAll
Set objShell = Nothing

"Mitch" <Mitch@discussions.microsoft.com> wrote in message
news:908AA436-CCC7-472C-AEAC-080F9E4C5D9F@microsoft.com...
> Is there a way I can run "Show Desktop" from VBScript?
>
> Thanks



Re: Show Desktop by Mitch

Mitch
Fri Feb 23 09:30:42 CST 2007

Thanks you,

Mitch

"JHP" wrote:

> Set objShell = CreateObject("Shell.Application")
> objShell.MinimizeAll
> Set objShell = Nothing
>
> "Mitch" <Mitch@discussions.microsoft.com> wrote in message
> news:908AA436-CCC7-472C-AEAC-080F9E4C5D9F@microsoft.com...
> > Is there a way I can run "Show Desktop" from VBScript?
> >
> > Thanks
>
>
>