windowns11 定时关机

win+r调出windows11运行框

# 22 点关机
at 22:00 shutdown -s
# 2 小时候关机
shutdown -s -t 7200
# 取消定时关机
shutdown -a
posted @ 2022-05-28 23:14  Jneeee  阅读(27)  评论(0)    收藏  举报