SysManager 1.20.3
[1.20.3] - 2026-06-08
Fixed
- Drive enumeration no longer crashes on missing WMI properties.
FixedDriveServicereadMediaType/BusTypewithConvert.ToUInt32(value ?? 0u), but WMI returnsDBNull.Value(not null) for absent properties, soConvert.ToUInt32(DBNull.Value)threw and aborted the whole scan on some hardware. Reads now go through aToUInt32Safehelper that treats null andDBNullas 0. - Uninstaller trusted-directory check no longer accepts sibling folders.
IsUnderTrustedDirectoryused a bareStartsWith, soC:\Program Files Evil\…passed theC:\Program Filescheck. It now compares on a normalized directory boundary (trailing separator) so only true sub-paths of a trusted directory are accepted.
Verify the download
Get-FileHash .\SysManager-v1.20.3.exe -Algorithm SHA256Expected SHA256: 857BEDCE09040E31334730D21F0DED5595016D21F36B030F6A40950E1369CC06