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
🎯 Windows Update install actually works now. Replaced PSWindowsUpdate's Install-WindowsUpdate with direct calls to the Windows Update Agent COM API (Microsoft.Update.Session). PSWindowsUpdate filters out optional driver updates client-side even when WUA can install them; the new code handles everything — drivers, firmware, Defender Definitions, cumulative, security, feature upgrades.
⚡ Honest live progress. Per-update streaming events: Connecting → Downloading → Installing → ✓ Installed. Per-row Status column updates in real time (Pending… → Downloading… → Installing… → Installed / Installed (reboot required) / Failed).
🧹 UI cleanup. Live output panel: fixed height, no auto-resize. Single header (no more redundant Card+Expander wrapper). Status column wider with tooltip. Removed redundant live console from Ping and Traceroute (those tabs already display data graphically).
🏷 Categorized pills. Updates are categorized using WUA's own Categories collection: Security, Cumulative, Defender, Driver, Servicing, .NET, Feature upgrade, Hidden — each with its own colored pill.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
SysManager 1.18.0 is out!
Download from GitHub Releases
Highlights
🎯 Windows Update install actually works now. Replaced PSWindowsUpdate's
Install-WindowsUpdatewith direct calls to the Windows Update Agent COM API (Microsoft.Update.Session). PSWindowsUpdate filters out optional driver updates client-side even when WUA can install them; the new code handles everything — drivers, firmware, Defender Definitions, cumulative, security, feature upgrades.⚡ Honest live progress. Per-update streaming events:
Connecting → Downloading → Installing → ✓ Installed. Per-row Status column updates in real time (Pending…→Downloading…→Installing…→Installed/Installed (reboot required)/Failed).🧹 UI cleanup. Live output panel: fixed height, no auto-resize. Single header (no more redundant Card+Expander wrapper). Status column wider with tooltip. Removed redundant live console from Ping and Traceroute (those tabs already display data graphically).
🏷 Categorized pills. Updates are categorized using WUA's own
Categoriescollection: Security, Cumulative, Defender, Driver, Servicing, .NET, Feature upgrade, Hidden — each with its own colored pill.See the release notes and CHANGELOG for full details.
Verify the download
```powershell
Get-FileHash .\SysManager-v1.18.0.exe -Algorithm SHA256
```
Expected SHA256: `5B4D9BEB49D69572B027FBF4A7B7219E3ECE4EDF71C85455748FA8C4DD4FCB22`
Beta Was this translation helpful? Give feedback.
All reactions