post Posted By: BioTecK

We all had to restart Windows for a thousand times, but do you know that you can do it even more faster?? How? Just by creating a shortcut with following paths!(Assume you installed Windows XP on your C: Partition)

c:\windows\system32\shutdown.exe -r -f -t 00

Here a little explanation for the path!

  • -r is for restarting the computer.
  • -f is to force close all programs without saving.
  • -t 00 is used to restart in zero seconds. i.e. as soon as you do.

You can log off from a Windows XP Professional or Home edition by running

C:\windows\system32\shutdown.exe -l -f -t 00

Here a little explanation for the path!

  • -l is for logging off the computer.
  • -f is to force close all programs without saving.
  • -t 00 is used to restart in zero seconds. i.e. as soon as you do.

Also you can shutdown a Windows XP Home or Professional edition by running

c:\windows\system32\shutdown.exe -s -f -t 00

  • -s is for shutting down the computer.
  • -f is to force close all programs without saving.
  • -t 00 is used to restart in zero seconds. i.e. as soon as you do.

You always have to turn from the CPU after running this command. (Same with AT and ATX powered machines.) If you want to turn down power of ATX machine automatically, run

c:\windows\system32\tsshutdn.exe 00 /POWERDOWN /DELAY:00

This is used to turn off a server. Even though your computer will be shutdown completely, this whole operation will take 30 seconds to finish. Even though you don’t have networked computers attached to your computer, this works.

Source: Insanetek

| post Category: Tips & Tricks: PC | post |

Sorry, no comments yet.

Write Your Comment

Comment Guidelines:
I encourage comments on this blog and really appreciate people taking the time to add a comment. I use dofollow and CommentLuv so there is more incentive to leave comments.
I get too much comment spam, so if you don’t see your comment immediately it’s because I have to moderate comments. Be patient, I'll approve it the minute I see it.

Basic XHTML is allowed. You can use these tags:
<a href="" title=""> <abbr title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>.
All line breaks and paragraphs will be generated automatically.

You should have a name, right? 
Your email address, I promised I won't tell it to anyone. 
If you have a web site or blog, you can type the URL right here. 
This is where you type your comments. 
Remember my information for the next time I visit.