I am trying to write a script to restore all open programs in windows
XP professional. I have come across the key shift+windows key+M
(script below), but it restores only windows that have previously been
minimized by windows key+M. Can anyone find a solution for me? I am a
newbie at windows scripting, so please describe solution in detail.
Thanks, Margie.

set WshShell = WScript.CreateObject("WScript.Shell")
WSHShell.SendKeys("^{ESC}+M")