Thursday, March 19, 2009

Force a shutdown or restart of windows from command prompt

1) Click start>run

2) Type "cmd" for command prompt

3) Type "shutdown -s -t 00 -f" for shutdown
"shutdown -r -t 00 -f" for restart

##HINT##
The 00 number is a timeout for the shutdown/restart of the computer.
so for example "shutdown -s -t 10 -f" will shutdown the computer in 10 seconds.

No comments:

Post a Comment