Jump to content

Show Desktop.scf


VascoMan

Recommended Posts

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=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
[Shell]

I think I need to change this line, but I dont know the new value.

Command=ToggleDesktop

Link to comment
Share on other sites


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 objShell
Set objShell = CreateObject("Shell.Application")
objShell.MinimizeAll
set objShell = nothing

Name the file as "MinimizeAll.vbs" and move the shortcut to the Quick Launch. You can customize the icon for this shortcut.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...