打印

[求助] 如何让电脑自动关机

0
@echo off
Sc config Schedule start= auto
Sc start Schedule
At 07:55 /every:M,T,W,Th,F,S,Su cmd /c shutdown -s -f -t 30 -c 要停电了,快点存盘,准备关机了~
At 14:25 /every:M,T,W,Th,F,S,Su cmd /c shutdown -s -f -t 30 -c 要停电了,快点存盘,准备关机了~
At 22:25 /every:M,T,W,Th,F,S,Su cmd /c shutdown -s -f -t 30 -c 要停电了,快点存盘,准备关机了~

写个脚本

TOP

当前时区 GMT+8, 现在时间是 2025-3-23 08:57