One Click Shutdown !!
06 June 2009There are many things you can play with in Windows Operating System. The normal process to shut down the system is: To click Start - Turn off Computer - Turn Off. However this is not the only way to shut the system down. You can shut down your system with only one click. Here's how:
Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut (in other words, create a new shortcut). You should now see a pop-up window instructing you to enter a command line path. Use the following path in "Type Location of the Item"
SHUTDOWN -s -t 01
If the C: drive is not your local hard drive, then replace "C" with the correct letter of the hard drive. Click the "Next" button. Name the shortcut and click the "Finish" button. Now whenever you want to shut down, just click on this shortcut and you're done.
You can also setup a TIMER for shutting down the system. Here's how:
Method 1:
Right click on your desktop and choose "New=>shortcuts". In the box that says "Type the location of the shortcut", type in "shutdown -s -t 3600" without the quotation marks and click next. Note: 3600 are the amount of seconds before your computer shuts down. So, 60secs*60mins=3600secs.
Make up a name for the shortcut and you're done. You can change the icon by right clicking=>properities=>change icon=>browse
To Abort This Process:
To make an abort key to stop the shutdown timer just create another shortcut and make the "location of the shortcut" to " shutdown -a" without the quotes.
Method 2:
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this in
start=>Run
Type: at 11:35 shutdown -s
TO ABORT:
Type: shutdown -a