Bizarre Windows programming request...

JackBoCracken

Member
Dec 12, 2000
67
0
0
Does anyone know how to make a shortcut that executes the Explorer command "Minimize all windows" when pressed and then executes the command "Undo minimize all" when pressed a second time?

I've lost the "Show Desktop" shortcut on the quicklaunch bar and I can't get it back. I've tried having someone send me the file but that doesn't work. Odd.
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
press the windows key plus D and it does minimize all.







dam(win + D)
 

Moonbender

Golden Member
Oct 19, 2000
1,046
0
0
If it's not the point, then I don't see where your point is. :)
Press Win+D to minimize all, press it again to restore everything...
 

ProfessorD

Junior Member
Dec 17, 2000
8
0
0
In my Win 98 machine, below is the path to the file which is called "Show Desktop.scf"

C:\WINDOWS\Application Data\Microsoft\Internet Explorer\Quick Launch

I opened up the file in Notepad and found these commands:

[Shell]
Command=2
IconFile=explorer.exe,3

[Taskbar]
Command=ToggleDesktop

You can recreate this file with NotePad, call it "Show Desktop.scf" (or anything else) and place it in the path above and you should have a working Min/Max button again.