利用指令(CLI):匯出、匯入 Windows 排程
匯出
schtasks /query /xml /TN "排程名稱" > "路徑\檔案名稱.xml"
匯入
schtasks /Create /XML "XML檔的位置" /TN "排程名稱" /RU "%username%"
匯出
schtasks /query /xml /TN "排程名稱" > "路徑\檔案名稱.xml"
匯入
schtasks /Create /XML "XML檔的位置" /TN "排程名稱" /RU "%username%"