查看完整版本: 不用裝software, 指定時間自己關機.

kinglauhk 2006-5-10 12:02 AM

不用裝software, 指定時間自己關機.

用comand mode或RUN 輸入:

at 12:00 shutdown -r -t 30

說明:
at **:**(時間,24小時格式) shutdown -r(重新開機) -s(關機) -t(倒數幾多秒) -f(強制關閉執行中的應用程式)

想取消工作輸入:
at /delete

有關at & shutdown 更多說明, 可以用 at /? & shutdown /?
頁: [1]
查看完整版本: 不用裝software, 指定時間自己關機.