Good question! Made me learn something new

From preliminary testing, it
looks like the UndoMinimizeALL method:
http://msdn2.microsoft.com/en-us/library/bb774106.aspx
has actually taken on the function of, for lack of a better name,
UndoLastWindowArrange

-- the script equivalent of whatever 'Undo' command
(if any) is available from the Taskbar context menu at any given time.
----------------------
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.UndoMinimizeALL
set objShell = nothing
---------------------------------------------
Note that 'Minimize All' is no longer a context menu option, but if you
execute 'Minimize All' via the Winkey+M combination, 'Undo Minimize All'
becomes available.
--
Good Luck,
Keith
Microsoft MVP [Windows Shell/User]
"Brink" <> wrote in message
news:...
>
> Keith Miller \(MVP\);671802 Wrote:
>> Copy & paste the following lines into notepad & save as SideBySide.vbs
>>
>> -----------------------------
>> dim objShell
>>
>> set objShell = CreateObject("Shell.Application")
>> objShell.TileVertically
>> set objShell = nothing
>> -----------------------------
>>
>> --
>> Good Luck,
>>
>> Keith
>> Microsoft MVP [Windows Shell/User]
>>
>>
>>
>> "David" <david@xxxxxx> wrote in message
>> news:av2dncNwXakdpmjanZ2dnUVZ_u2mnZ2d@xxxxxx> > >
>> > > to avoid having to right click on taskbar and choose from shortcut
>> > menu?
>> > > I'd like to have a shortcut sitting in the Quick Launch toolbar for
>> > that
>> > > feature.
>> > >
>> > > dave > >
>
> Hi Keith,
>
> What would the VBS code be for the "Undo Show Side by Side" option?
>
> Thank you,
> Shawn
>
>
> --
> Brink
>
> *There are no dumb questions, just the people that do not ask
> them.*
> '*VISTA FORUMS*'
> *Please post feedback to help others.*