Saturday, 04.20.2024, 7:50 AM

Ethical Hacking - By Chintan Gurjar

Site menu
Calendar
«  December 2010  »
SuMoTuWeThFrSa
   1234
567891011
12131415161718
19202122232425
262728293031
Our poll
Rate my site
Total of answers: 171

Main » 2010 » December » 23 » Shutdown Command
8:06 AM
Shutdown Command


C
ommand 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: 788 | Added by: handsome_devil | Rating: 0.0/0
Total comments: 0
Name *:
Email *:
Code *: