December 22, 200718 yr clicking the 'show desktop icon' is just like doing 'WINDOWS LOGO KEY D'I would like 'show desktop icon' to do 'WINDOWS LOGO KEY M' instead.heres the file Show Desktop.scf.Command=2IconFile=explorer.exe,3[Taskbar]Command=ToggleDesktop[Shell]I think I need to change this line, but I dont know the new value.Command=ToggleDesktop
December 25, 200718 yr Not sure if you can alter the file to get the required functionality. But you can create a vbscript file with the following contents:Dim objShellSet objShell = CreateObject("Shell.Application")objShell.MinimizeAllset objShell = nothingName the file as "MinimizeAll.vbs" and move the shortcut to the Quick Launch. You can customize the icon for this shortcut.
December 31, 200718 yr Author Thank you, but that vbs script only minimize one window, not all.Anyone else have an idea? thanks.
Create an account or sign in to comment