Quick Shutdown

Ever want a quicker way to shutdown your computer without navigating through the start menu, or using a third party shutdown utility Here is a quick trick to do that.

Right click the desktop and choose New Shortcut. Copy and paste this script or type it in.

%windir%System32shutdown.exe -s -t 0

Choose Next and name it whatever you like. I name mine shutdown. Click Finished. Right click and choose properties and pick a Icon for it if you’d like. I use a wall light switch Icon. You can drag your shutdown shortcut into your quicklaunch toolbar for a one click shutdown.

or you can create a batch file to shutdown your computer fast and easy.

open notepad and insert the following codes

shutdown -s -t 0

Save it as shutdown.bat or any file name you want just make sure that the file extension is .bat otherwise it will not work.

-s = will tell your computer to shutdown

-t 0 = disables the counting before it shutdowns the computer.

Share and Enjoy:
  • BlinkList
  • del.icio.us
  • Digg
  • Facebook
  • LinkedIn
  • Mixx
  • Reddit
  • StumbleUpon
  • Technorati
  • Twitter

Related posts:

  1. How To Create A Textless Desktop Icon
  2. How to Defrag Multiple Hard Drives at once in Windows XP
  3. How to Make your Windows XP Shutdown Much Faster
  4. How to Remove Shutdown Button on Logon Screen
  5. How to Easily Create a Desktop Shorcut of your Windows Registry (regedit)
  6. How to use Notepad as a Simple Electronic Diary
  7. Quick Trick: Open Link in New Tab with One Click
  8. How to Easily Restore Lost “Show Desktop” Button
  9. Windows XP Secrets
  10. How to change Windows Vista Power Buttons to Shutdown


1 Comment

  1. make windows xp run faster (1 comments.) says:

    I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.

Leave a Reply

CommentLuv Enabled