SysManager 1.75.28
[1.75.28] - 2026-09-02
In Task Scheduler, clicking a task looks up when it last ran and when it runs next. Typing anything in the
search box threw that away: both columns went back to a dash and the task you had selected was deselected.
Fixed
- Task Scheduler keeps the run times after you search. Selecting a task takes a moment because the app
asks Windows for its last and next run time separately, one task at a time. That answer was only ever
written to the list on screen, not to the full list the search box filters — so the first character you
typed rebuilt the grid from the copy that never got the answer, the two columns reverted to "—", and the
selection went with them. Searching again did not help: the information had been discarded, not hidden.
Unchecking "Hide system tasks" did the same thing. Enabling or disabling a task was never affected, and
the difference is what pointed at the cause — that path already updated both lists.
Verify the download
Get-FileHash .\SysManager-v1.75.28.exe -Algorithm SHA256Expected SHA256: 0AAFF36E0D0C7741F548FBE0DD0E55E2358AC29B0CD0A1EF905774AA6999FE3C
This build is not code-signed, so Windows will warn on first launch. That is
expected for a small independent app: see what the warning says and what to
click.
Code signing is planned through the SignPath Foundation,
which provides free certificates to open-source projects, with signing performed by
SignPath.io. Until then, the SHA256 above and the build
attestation below are what establish that a download is the genuine build.
Code signing policy
This release is not code-signed. The team roles, release-approval process and
privacy policy required by the SignPath Foundation programme
are documented in advance under Code signing
policy. That
documentation is a prerequisite for applying, not evidence of a certificate. The
attribution line naming SignPath as the signing provider will appear here once a
certificate is actually issued.
This program will not transfer any information to other networked systems unless
specifically requested by the user or the person installing or operating it. Full
privacy policy.
Verify where this binary came from
This exe was built by GitHub Actions from this public source, and the build is
recorded in the Sigstore public transparency log. With the
GitHub CLI:
gh attestation verify .\SysManager-v1.75.28.exe --repo laurentiu021/SystemManagerThat proves which commit and workflow produced this exact binary, something the
SHA256 file cannot show, since it is published alongside the exe it describes.
Each release also ships SysManager-v1.75.28.sbom.json, a CycloneDX inventory of
every dependency resolved for this build.