How do I create a hotkey/keystroke for "Show Desktop" or "Minimize

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a laptop WITHOUT a Windows Logo key. How do I create a
keystroke/hotkey so that I can minimize all windows without using a
mouse/icon?

Thanks.

philosophe_ny(at)hotmail.com
 
philosophe said:
I have a laptop WITHOUT a Windows Logo key. How do I create a
keystroke/hotkey so that I can minimize all windows without using
a mouse/icon?
Hi

Put this line in a .vbs file (VBScript) and create a shortcut to it,
and then assign a keyboard shortcut key for the shortcut (e.g
Ctrl+Alt+M):

CreateObject("Shell.Application").MinimizeAll
 
2 options:

#1: alt+m works if you are focused on the taskbar
#2: Go to the "show desktop" shortcut on your quicklaunch bar. Right click
and choose send to>desktop (create shortcut). Next right click on the new
shortcut on your desktop and go to properties. Navigate to the Shortcut Key
field and put in a shortcut you want...something like ctrl+alt+d or whatever.
 
Philosophe, I tried #2 below and it worked.
The trick was, in the field where it says "none," to simply type the letter
you wish.
Ctrl and Alt will appear by default, so just type a "D" for desktop.
Apply your changes.
OK out.
 
Philosophe, I tried #2 below and it worked.
The trick was, in the field where it says "none," to simply type the letter
you wish.
Ctrl and Alt will appear by default, so just type a "D" for desktop.
Apply your changes.
OK out.


1 works for me
2 does not.
 
I have a laptop WITHOUT a Windows Logo key. How do I create a
keystroke/hotkey so that I can minimize all windows without using a
mouse/icon?

Thanks.

philosophe_ny(at)hotmail.com

Create a file named "Show Desktop.scf"
(the actual name isn't important, just the extension)
containing the 5 lines below:

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

You could put this file in your quicklaunch toolbar where you can click
on it, and/or put it elsewhere and then create a shortcut to it - you
could set the hotkey for the shortcut to something like Ctrl-Alt-D.

XP usually already has this file in your quicklaunch by default, so all
you may need to do is create the shortcut (on your desktop, in the start
menu, in quicklaunch...). Just Alt-drag and drop the "Show Desktop"
icon from your quicklaunch to the desired location - this should create a
shortcut. Then right-click the shortcut and go to properties, where you
can set the hotkey.
 
#2: Go to the "show desktop" shortcut on your quicklaunch bar. Right click
and choose send to>desktop (create shortcut). Next right click on the new
shortcut on your desktop and go to properties. Navigate to the Shortcut Key
field and put in a shortcut you want...something like ctrl+alt+d or whatever.


I have a laptop WITHOUT a Windows Logo key. How do I create a
keystroke/hotkey so that I can minimize all windows without using a
mouse/icon?

Thanks.

philosophe_ny(at)hotmail.com

Create a file named "Show Desktop.scf"
(the actual name isn't important, just the extension)
containing the 5 lines below:

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

You could put this file in your quicklaunch toolbar where you can click
on it, and/or put it elsewhere and then create a shortcut to it - you
could set the hotkey for the shortcut to something like Ctrl-Alt-D.

XP usually already has this file in your quicklaunch by default, so all
you may need to do is create the shortcut (on your desktop, in the start
menu, in quicklaunch...). Just Alt-drag and drop the "Show Desktop"
icon from your quicklaunch to the desired location - this should create a
shortcut. Then right-click the shortcut and go to properties, where you
can set the hotkey.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top