Window 命令

纪录一些可能有用的,不经常使用的windows命令。

  1. 定时关机

bash

shutdown -s -t [second]

比如:

bash

# 1个小时后关机
shutdown -s -t 3600

bash

shutdown -a