Shutdown and Restart Windows XP Faster

Slow in shutdown or restart Windows XP? Actually it’s very easy to make it VERY fast. It’s as simple as a “shutdown” command with some switches to launch by a shortcut or Run in Start menu. And you can also make it by Registry Editor.

Create Shortcuts

  • To restart Windows XP: shutdown -r -t 0
  • To shutdown Windows XP: shutdown -s -t 0
  • -r means reboot.
  • -s means shutdown.
  • -t switch tells the system how long to wait to kill processes before shutting down.

Run Commands

  1. Open Start menu and click Run.
  2. Type “shutdown -r -t 0” or “shutdown -s -t 0“, and press Enter.

Tweak by Registry Editor

  1. Open Start menu and click Run.
  2. Type “regedit” and click OK.
  3. Find HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
  4. Find a parameter called “WaitToKillServiceTimeout” in the Control folder. Double click it and set the number to a lower number, e.g. 1000 (refers to 1 second) or even 0.

Bookmark and Promote!

del.icio.us | Digg | Facebook | Technorati | StumbleUpon

One Response

  1. I found your blog doing a web search today 9/17. I think I better share this on my blog. Thanks

Leave a Reply

Formatting: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Other Entries