Shutdown

$time = InputBox ( "定时关机", "请输入时间(单位:分钟)后关机",40,'',220,150) If StringIsInt($time) Then Sleep($time*60*1000) Shutdown(9) ;要关机并断电,则应指定数值 9 (shutdown + power down = 1 + 8 = 9). TrayTip("要下班了",$time &
相关文章
相关标签/搜索