Skip to main content

Create One-Click Shutdown and Reboot Shortcuts

Create One-Click Shutdown and Reboot Shortcuts

Create One-Click Shutdown and Reboot Shortcuts

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.


But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:


shutdown -r -t 01 -c "Rebooting your PC"

Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:


shutdown -s -t 03 -c "Bye Bye m8!"

shutdown -r -t 03 -c "Ill be back m8 ;)!"

Switch

What it does

-s

Shuts down the PC.

-l

Logs off the current user.

-t nn

Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"

Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f

Forces any running applications to shut down.

-r

Reboots the PC.

Comments

Popular posts from this blog

How to improove iphone battery life ?

Apple iPhone Battery: You may consider how this is possible if the battery truly contracted. Apple could be taking some masterful flexibility in its evaluations, yet what has likely happened is that the A9 chip and distinctive parts within the phone have ended up being more gainful, less wasteful, such that total power utilization of the phone is lower. From now on, Apple can convey the iPhone 6s with a more diminutive battery however continue offering the same power and battery bits of knowledge as the iPhone 6. Enhance Battery Life: Enhance iPhone battery life tips do you complete a strong and which don’t, you should from your penchants and slants subordinate. Not each tip is useful for everyone. Create iPhone battery life: To create iPhone battery life ignored these essential and effective tips: 1. WiFi and GPS, is one of the greatest imperativeness customers on the iPhone. So just on WiFi and GPS when required. This extras imperativeness and also entrancing for s...

How to remove shortcut virus

how to remove shortcut virus easily with few simple methods..  here we are descusing about shortcut virus which is very irritating for all of us. when you insert your pendrive or any portable storage device the files into the device becomes one shortcut which is called as shortcut virus here i will tell you how you can remove this virus form your computer easily.. #1 Remove virus from cmd here we will use command prompt to remove shortcut virus from your device easily..   1.insert your infected device into computer   2.DONOT open infected pendrive or device just insert it into the usb slot   3.open command prompt as administrator   4.input this code:        attrib -h -r -s /s /d D:\*.*   5.in this code replace latter D with your specific pendrive name or drive latter at last of the code line   and press enter and your shortcut virus will be removed but there will be sevral diffrent system files ...