|
Main » 2010 » December » 23 » Shutdown Command
|
Command shutdown is present in system 32 of windows machine. This command is used to set the timer that allows you to shutdown or restart the system after a certain time period. The minimum time period to get shutdown is 30 seconds. The schedule can also be aborted or rescheduled at any time before the actual shutdown in progress. shutdown -s -------> to shutdown shutdown -s -f -----> For force shutdown shutdown -s -f -t <time in seconds> ---> For timer shutdown shutdown -s -f -t 3600 ------> System gets shutdown in 1 hour shutdown -r ------> Restart windows shutdown -a -------> To abort the shutdown schedule
Also we can provide the reason for the shutdown by the command -d.
Its useful, instead of searching for scheduler its better to use this command.
|
Views: 882 |
Added by: handsome_devil
| Rating: 0.0/0 |
|