> deleted the files. How about them apples, Task Scheduler? > Obviously, Windows wasn't going to let me go by without punishment.
Obviously! You just rent this piece of deprecated garbage, not own!
> Now, I would receive errors for tasks not existing.
And after fixing it, how do you deal with a system update that restores them? Have you found a way to monitor for a list of tasks and delete them should they ever appear again?
(this would also be helpful if you delete some app tasks that come back on app updates)
No wonder RMMs don’t use Task Scheduler. Easier to just run scripts on a timer you control.
Excellent read
I would say the user task scheduling is one of the things that linux actually does better then windows! (well, nowadays the list is a lot longer but pre windows 11 it was a few). Systemd services are really simple and quite easy to make, and just run a task like you'd expect.