Commit dd6dd51
Switch Windows service install to user session scheduled task
Replaces the Windows service installation with a scheduled task that runs in the user's session, enabling proper user idle detection. Updates install.ps1 to remove service management and add scheduled task logic, updates documentation and output messages, and adds the 'windows' crate dependency for future user session support. Adds warnings to windows_service.rs about idle detection limitations when running as a Windows service.1 parent ac96915 commit dd6dd51
File tree
4 files changed
+188
-96
lines changed- scripts
- src/bin
4 files changed
+188
-96
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
0 commit comments