For a tech company whose annual worldwide revenue hit 211.92 billion USD according to Statista and the company's own annual report for the 2023 fiscal year, I find it baffling that this security update made it past quality assurance before live deployment. Not only does this issue just stick out and build unnecessary logs in eventvwr.msc every time it fails, it resolves a critical vulnerability for people who use BitLocker on their machines, and they cannot even install it.
Here is the support article for the broken KB5034441 update:
"KB5034441: Windows Recovery Environment update for Windows 10, version 21H2 and 22H2: January 9, 2024"
If you read through this article and follow the instructions page link it provides, you will find that the solution is to resize the recovery partition on your machine. And that involves shrinking your boot C:\ volume, deleting your recovery partition, and reinstating a new one with more byte space. Like your everyday, casual Windows user is going to understand what all of that means and is going to risk breaking their operating system running a list of shell commands they do not understand.
As someone with very little experience with disk management and PowerShell, I was hesitant following the partition resize instructions out of concern I might break or accidentally remove a partition my system needs to run correctly. But I took the time to research what the commands outlined in the instructions did, and how disk management worked, so that I can comfortably resolve the issue knowing what was happening.
Not every Windows user is going to do that. So you end up forcing thousands who use your OS to encounter this issue and wait for some fix that might come Soon™, for an update you rushed out knowing it had some problem with a solution your software engineers are paid to fix. It is not the community's job to fix problems you are aware of. That is frustrating.