Record infrequently used but potential useful windows commands
shut windows down by time in second
bash
shutdown -s -t [second]
examples:
# shutdown after 1 hour shutdown -s -t 3600
shutdown -a