schtasks

Commande équivalent à cron pour des tâches planifiés L'interface visuelle avec la commande

 
taskschd.msc

Création d'une commande qui va s'exécuter toutes les 5 minutes /tn : nom de la tache /tr command /sc régularité

schtasks /create /tn testcsd /tr "powershell -file "c:\temp\testscd\testscd.ps1"" /sc minute /mo 5

suppression

schtasks /delete /tn testscd

Windows