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.2k stars 191 forks source link

`TaskDefinition.Settings.Priority` default value NOT `Normal` #989

Closed GF-Huang closed 3 months ago

GF-Huang commented 3 months ago

https://github.com/dahall/TaskScheduler/blob/c126e0c54e9b3393bc753af4ba8214664eb51b0f/TaskService/Task.cs#L3297-L3298

image

dahall commented 3 months ago

This is tied to V1 and V2 compatibility and has changed in recent OS versions. I'd rather not change this since it has been in place for so long and could break existing code.