
shutdown
List of commands for shutdown:
-
shutdown:ai:820ad Shuts down the system in 30 seconds$ shutdown -h +0:30try on your machineexplain this command
-
shutdown:ai:caa03 Schedule shutdown at 8:00 PM$ shutdown -h 20:00try on your machineexplain this command
-
shutdown:ai:d4b69 Shutdown the computer in 1 minute$ shutdown -h +1try on your machineexplain this command
-
shutdown:tldr:002f0 shutdown: Reboot immediately.$ shutdown -r nowtry on your machineexplain this command
-
shutdown:tldr:2a057 shutdown: Reboot on May 10th 2042 at 11:30 am (Input format: YYMMDDHHMM).$ shutdown -r ${4205101130}try on your machineexplain this command
-
shutdown:tldr:31e08 shutdown: Sleep immediately.$ shutdown -s nowtry on your machineexplain this command
-
shutdown:tldr:3b50e shutdown: Shutdown a remote machine.$ shutdown /m ${\\hostname}try on your machineexplain this command
-
shutdown:tldr:3cab8 shutdown: Abort a shutdown sequence whose timeout is yet to expire.$ shutdown /atry on your machineexplain this command
-
shutdown:tldr:41728 shutdown: Reboot in 5 minutes.$ shutdown -r "+${5}"try on your machineexplain this command
-
shutdown:tldr:4f8d1 shutdown: Log off the current machine.$ shutdown /ltry on your machineexplain this command
-
shutdown:tldr:639f1 shutdown: Shutdown the current machine force-closing all apps.$ shutdown /s /ftry on your machineexplain this command
-
shutdown:tldr:95b83 shutdown: Cancel a pending shutdown/reboot operation.$ shutdown -ctry on your machineexplain this command
-
shutdown:tldr:9960d shutdown: Power off (halt) immediately.$ shutdown -h nowtry on your machineexplain this command
-
shutdown:tldr:a91e7 shutdown: Specify a timeout in seconds to wait before shutting down.$ shutdown /s /t ${8}try on your machineexplain this command
-
shutdown:tldr:b2539 shutdown: Reboot in 5 minutes.$ shutdown -r +${5} &try on your machineexplain this command
-
shutdown:tldr:d19fb shutdown: Power off (halt) at 1:00 pm (Uses 24h clock).$ shutdown -h ${1300}try on your machineexplain this command
-
shutdown:tldr:d8420 shutdown: Restart the current machine immediately.$ shutdown /r /t 0try on your machineexplain this command
-
shutdown:tldr:f86cb shutdown: Hibernate the current machine.$ shutdown /htry on your machineexplain this command
-
shutdown:tldr:f9e26 shutdown: Shutdown the current machine.$ shutdown /stry on your machineexplain this command
-
shutdown:tldr:fee49 shutdown: Shutdown at 1:00 pm (Uses 24h clock).$ shutdown -h 13:00try on your machineexplain this command