VascoMan Posted December 22, 2007 Posted December 22, 2007 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
SRamesh2k Posted December 25, 2007 Posted December 25, 2007 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.
VascoMan Posted December 31, 2007 Author Posted December 31, 2007 Thank you, but that vbs script only minimize one window, not all.Anyone else have an idea? thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now