dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.21k stars 191 forks source link

Is there a compiled executable which can be used by ordinary user as a drop-in replacement for the terrible default windows task scheduler UI? #853

Closed WestXu closed 4 years ago

WestXu commented 4 years ago

Man I just hate the built-in old UI interface of task scheduler in modern win10. Can't even move/rename tasks.

Glad to find this project.

dahall commented 4 years ago

In the project, there is a TaskSchedulerMockup subproject that is a rough attempt at mimicking the default UI. I'm in the process of recreating this using XAML controls, but that work is far from done.