mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-23 19:25:06 -04:00
- Add PowerShell script to register a Windows Task Scheduler task that runs `spark tasks:run` every minute. - Uses New-ScheduledTaskTrigger's -RepetitionInterval to bypass the Task Scheduler GUI's 5-minute floor for repeating triggers. - Configures S4U logon type and Limited run level to mirror the GUI options "run whether user logged on or not" without storing a password, and without highest privileges. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>