Shutdown Command

Discussion in 'Meet and Greet' started by sathikamu, Dec 22, 2010.

  1. sathikamu

    sathikamu New Member

    Joined:
    Mar 22, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice