January 2024 Patch Tuesday. RMM dashboard lit up: 312 of 347 managed endpoints showing KB5034441 installation failure with error 0x80070643. Critical WinRE security fix - couldn't ignore it. Microsoft's official solution: 15-step manual diskpart process. Needed something that scaled.
CBS log revealed: "WinRE servicing failed, Not enough space."
OEMs created 500MB recovery partitions for years. WinRE image grew to ~450MB. No room to stage the new image.
KB5028997 with manual remediation: 15-step diskpart process.
one wrong diskpart command = rebuild OS
Automated the entire partition resize process. Queries disk layout, backs up existing WinRE, shrinks OS partition by 250MB, extends recovery, re-enables WinRE.
Safety: Won't proceed if WinRE already disabled (existing corruption) or if less than 250MB free on C:.
15 failures were edge cases: 8 WinRE already disabled, 4 MBR disks, 3 full C: drives. Those handled manually.
Dealing with fleet-wide update failures? We automate complex Windows remediation.