You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deep Cleanup no longer follows junctions / symbolic links (data-loss fix). The cleanup traversal descended into reparse points, so a junction inside a cache folder could lead File.Delete to remove files outside the target tree — for example real user data behind a junction. Traversal now detects reparse points (FileAttributes.ReparsePoint) and skips them entirely, never entering or deleting through a link.
Dashboard alerts no longer always show "unavailable". The App Updates, Event Log, and Pending Reboot scanners each had a free code block after their catch that ran unconditionally and overwrote the real scan result with an "unavailable / green" status. The Dashboard therefore reported false-OK for these three checks regardless of the actual system state. The decision logic is now extracted into pure, unit-tested methods and the overwrite is gone, so real results surface.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
SysManager 1.19.3 is out!
Download from GitHub Releases
[1.19.3] - 2026-06-08
Fixed
File.Deleteto remove files outside the target tree — for example real user data behind a junction. Traversal now detects reparse points (FileAttributes.ReparsePoint) and skips them entirely, never entering or deleting through a link.catchthat ran unconditionally and overwrote the real scan result with an "unavailable / green" status. The Dashboard therefore reported false-OK for these three checks regardless of the actual system state. The decision logic is now extracted into pure, unit-tested methods and the overwrite is gone, so real results surface.Verify the download
Expected SHA256:
06D7E4044988FA351CCCCEBB69ECE1EE722F61BE8FA4E997696B939206F5D8BEBeta Was this translation helpful? Give feedback.
All reactions