6,868
社区成员




at 20:53:03 shutdown -s
dim wsh
set wsh = WScript.CreateObject("WScript.Shell")
select case int(month(now)&day(now))
case 1224,1225,1226
wsh.run "at 23:00 shutdown -s -t 0"
case else
wsh.run "at 22:00 shutdown -s -t 0"
end select
dim wsh
set wsh = WScript.CreateObject("WScript.Shell")
select case int(month(now)&day(now))
case 1224,1225,1226
wsh.run "shutdown -s -t 3600"
case else
wsh.run "shutdown -s -t"
end select