Windows Commands

Record infrequently used but potential useful windows commands

  1. Shutdown in Schedule

shut windows down by time in second

bash

shutdown -s -t [second]

examples:

bash

# shutdown after 1 hour
shutdown -s -t 3600

bash

shutdown -a