how to create shut down shortcut?

  • Thread starter Thread starter alderessy
  • Start date Start date
A

alderessy

I have seen some people had a shortcut for shut down on their desktops.I
just wonder how is that?
 
In
alderessy said:
I have seen some people had a shortcut for shut down on their
desktops.I just wonder how is that?


Create a shortcut with this target:

%windir%\System32\shutdown.exe -s -t 00
 
Shutdown & Reboot Shortcuts

Desktop Shutdown Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard opens |
Type or paste: %windir%\System32\shutdown.exe -s -t 00 |
Next | Type name like: SHUTDOWN | Finish | Right click the new shortcut |
Make sure Start in has: %windir%

Desktop Reboot Shortcut
Right click the desktop | New | Shortcut | Create Shortcut Wizard opens |
Type or paste: %windir%\System32\shutdown.exe -r -t 00 |
Next | Type name like: REBOOT | Finish | Right click the new shortcut |
Make sure Start in has: %windir%

Customize the icons
Right click each shortcut | Properties | Shortcut tab | Change Icon button

You can assign a Shortcut key...

1. Locate the program file (.exe) or the program's shortcut icon.
Right-click the program file or shortcut, and then click Properties.

2. Click the Shortcut tab.

3. With the cursor in the Shortcut key box, select the keyboard key you
want to use in combination with CTRL+ALT. Shortcut keys automatically start
with CTRL+ALT. The Shortcut key box will display None until you select the
key and then the box will display Ctrl+Alt+the key you selected. You cannot
use the ESC, ENTER, TAB, SPACEBAR, PRINT SCREEN, SHIFT, or BACKSPACE keys.

Note
Once you assign a shortcut key combination for a specific program, you will
not be able to use that key combination with other programs.

If you forget the key combination for your shortcut, you can follow steps 1
& 2 and review your shortcut keys.

Shortcut tab
Lists the shortcut name, target information, and shortcut key. Allows you to
choose the way the item is displayed when you open the shortcut: in a
standard window, a full screen (maximized), or as a button on the taskbar
(minimized). Also allows you to view the shortcut's target, change the icon
for the shortcut, and open a shortcut as a different user.


--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Create a new shortcut on your desktop. Browse to
C:\Windows\system32\shutdown.exe. Click next. Give it a name, then OK again.
Open the shortcut's properties. Add the switch -s -t xx (with the spaces.

It may look like this: C:\WINDOWS\system32\shutdown.exe -s -t 05, where
the -s switch causes a default shutdown of 30 seconds and the -t 05 switch
modifies the time to 5 seconds.

Set the timing for whatever you want.

--
Regards,

Richard Urban
Microsoft MVP Windows Shell/User

Quote from: George Ankner
"If you knew as much as you thought you know,
You would realize that you don't know what you thought you knew!"
 
Back
Top