mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 23:18:06 -04:00
Implements scheduled task-based daemon persistence on Windows using Task Scheduler. This provides the same auto-start functionality available on macOS (LaunchAgent) and Linux (systemd). Windows implementation: - Uses schtasks to create/delete/query scheduled tasks - Task runs at user logon with no elevation required - Properly handles task creation, starting, and cleanup - XML-based task configuration with proper settings