[精讚] [會員登入]
347

使用指令設定windows 系統每日關機

schtasks /create /tn "Daily Shutdown" /tr "sh

分享此文連結 //n.sfs.tw/16565

分享連結 使用指令設定windows 系統每日關機@igogo
(文章歡迎轉載,務必尊重版權註明連結來源)
最後編修
2025-11-17 13:27:02 By igogo
 

 

 

 

schtasks /create /tn "Daily Shutdown" /tr "shutdown.exe /s /f /t 0" /sc daily /st <每日關機時間>

 

例如1800關機

schtasks /create /tn "Daily Shutdown" /tr "shutdown.exe /s /f /t 0" /sc daily /st 18:00

 

 

列出自訂工作

schtasks /query /tn "Daily Shutdown"

 

刪除任務

schtasks /delete /tn "Daily Shutdown" /f

 

/tn "Daily Shutdown": 指定要刪除的任務名稱,必須與建立時的名稱一致。

END

你可能感興趣的文章

關閉chrome不小心按到的訂閱通知 https://support.google.com/chrome/answer/3220216?hl=zh-Hant&

透過軟廣, 讓電腦播放遠端影片 播放教育部台語動畫 edge路徑 C:Program Files (x86)MicrosoftEdgeApplicati

google sheet 限制使用者以點選的方式填答 google sheet 限制使用者以點選的方式填答

使用指令設定windows 系統每日關機 schtasks /create /tn "Daily Shutdown" /tr "sh

Google sheet 建立成績單的總分及排名並提供名字下拉查詢 Google sheet, sum, rank, pull down list

隨機好文

vue.js components 多個組件的呈現 vue.js 組件 component

python 的RE python re

hoc2018灑水機器人 灑水機器人的工作是替行道樹灑水,機器人的灑水範圍有限(左前方、左方、左後方),請寫程式控制機器 人判斷須灑水的狀況。每顆

ArrayList 想移除特定值 想移出water, 使用lambda 的方式如下 List<String> fruits = new Arr

題庫批次匯入google表單 請先建一新試算表, 將題目轉成格式如下 並將網址列記下來, 後續的題目就是從此試算表讀出 題目 答案 選項一 選項二 選