纪录一些可能有用的,不经常使用的windows命令。
bash
shutdown -s -t [second]
比如:
# 1个小时后关机 shutdown -s -t 3600
shutdown -a