Windows XP | Windows 7 & 8 |
I refuse to give in. Computer should work for me. Not the other way around. I want to add the minimize shortcut icon back down in the task bar.
A two line VBScript will do the trick:
Set shell = wscript.CreateObject("Shell.Application") Shell.MinimizeAll
Ok, create such script, drag to the taskbar... Alas it doesn't work, it gives you a wacky popup instead.
To overcome this, you need to create a shortcut, then make that call: wscript.exe minizeall.vbs, and then you can drag to the taskbar. Find pretty icons in %SystemRoot%\system32\SHELL32.dll. You are a real old timer if you remember moricons.dll
No comments:
Post a Comment