Hack Attack : Shutdown Windows Faster
If you're new here, you may want to subscribe to my RSS feed to receive more such tricks and articles in the future. Alternatively you can also subscribe via email. Thanks for visiting!
If you are in a hurry and you want to shutdown Windows as fast as it can get, without all the program terminations and the hangs that are normally associated with Windows here is a tip that can shutdown Windows real quick… By real quick I mean real quick, as in Blink of a eye.
Its not that difficult either, all you need to do is go to the Run Prompt and type shutdown -f -t 0. Well executing this command at Run would make Windows shutdown real quick, by forcing all Open Applications to close forcefully without any warning.
Warning : Make sure You’ve saved any unsaved work as you will loose anything that was not saved by using this tip.
Well there are some other things you could try like the one that Microsoft officially suggests : User Profile Cleanup.
Via Lifehacker




6 Comments, Comment or Ping
Brendan
Actually, you want to be a little careful running that command.
It doesn’t just not prompt you to save work, it will forcibly kill all applications, potentially in the middle of a file write. Result? Data can be corrupted or lost as a consequence.
Yes, it’s a fast way to shut down. It’s also a fast way of corrupting data and applications if you use that method daily.
Dec 17th, 2007
Rahul Ghai
Any way of making this a shortcut ?
Dec 17th, 2007
Tayga
umm just open notepad and type it in and save it as a .bat :3
Dec 18th, 2007
(h3ze
or make a shortcut to “shutdown -f -t 0″ that works too…:D
Dec 29th, 2007
kamal saha
my machine is logging off when I run shutdown -f -t 0.
Apr 8th, 2008
Reply to “Hack Attack : Shutdown Windows Faster”