3/14/2026 at 2:51:12 AM
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.by metalcrow
3/14/2026 at 3:34:52 AM
Love that. Has GUI caught up with the technical capabilities though, or do we need to resort to command-line and editing configuration files to schedule a task?by sedatk
3/14/2026 at 4:00:58 AM
There isn't a GUI that i know of, but the files are very basic text files that don't really need much of a GUI. Creating a service and setting it's timer is maybe 10 lines total. For monitoring the services and seeing how long they take and all that i'm sure there are GUIs but none i know of ottomh.by metalcrow
3/14/2026 at 12:24:10 PM
Google systemd GUI and you will find many such tools.by ankurdhama
3/15/2026 at 4:37:56 AM
I'm sure, but I wish there were a standard to the GUIs as much as the standard for CLI tooling.by sedatk
3/15/2026 at 5:13:26 PM
> Has GUI caught up with the technical capabilities thoughon Windows ? On linux, there is crond. On Windows there was, once upon a time, a Task Scheduler in Accessories. Now it seems to be gone, though, inspecting with Autostart from Sysinternals seems to imply that there still is a Task Scheduler in E Windows 10.
by hulitu