Windows' Scheduled Task, move and rename tasks
{{ Listar las tareas:
schtasks /Query /FO CSV /V > tareas.csv
OJO las cabeceras que devuelve "schtasks /Query" están en el lenguaje del sistema. !!!!!!!!!! Analizarlas: tareas.xlsx -- lee tareas.csv por powerquery con charset bueno (el OEM 850).
schtasks /Create /SC schedule /MO modifier /D days /M months /TN taskname /TR taskrun /DU duration
[/S system [/U username [/P [password]]]]
[/RU username [/RP [password]] /SC schedule [/MO modifier] [/D day]
[/M months] [/I idletime] /TN taskname /TR taskrun [/ST starttime]
[/RI interval] [ {/ET endtime | /DU duration} [/K]
[/XML xmlfile] [/V1]] [/SD startdate] [/ED enddate] [/IT] [/Z] [/F]
20220905-1230 Finalmente las creé a mano. Luego encontré lo de abajo.
}}
- How to rename Scheduled Task in Windows Task Scheduler
lbr: you can can edit the .xml file and change name and path.
For root:
\Task-Name-Here For directory:\Dir_1\Dir_2\Dir_3\Task-Name-Here You can change Task-Name when importing but no the directory - Move scheduled tasks to a new folder?
- How can I move or copy scheduled tasks between machines?
No comments:
Post a Comment