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
- Open Start menu and click Run.
- Type “shutdown -r -t 0” or “shutdown -s -t 0“, and press Enter.
Tweak by Registry Editor
- Open Start menu and click Run.
- Type “regedit” and click OK.
- Find HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control
- 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 | StumbleUponOne Response
Leave a Reply
I found your blog doing a web search today 9/17. I think I better share this on my blog. Thanks