Ready to Start Your Career?

By: Gov't Mule
August 19, 2016
Windows Command Line Shutdown

By: Gov't Mule
August 19, 2016

- shutdown -r — restarts
- shutdown -s — shuts down
- shutdown -l — logoff
- shutdown -t xx — where xx is number of seconds to wait till shutdown/restart/logoff
- shutdown -i — gives you a dialog box to fill in what function you want to use
- shutdown -a — aborts the previous shutdown command....handy in case of an OOPS!
- shutdown -h — hibernate (NOT help)One additional switch -f --- force the selected action
To force a reboot after a specific waiting period enter "shutdown -t xx -r" - xx being the number of seconds to wait before running the command.
Thanks and I hope this was helpful to you.