Security Update KB5034441 for Windows 10 Ver. 22H2 will not install.

Anonymous
2024-01-09T18:42:21+00:00

Thank you so much Microsoft as you have started the New Year off with bang with this update failure below on the first patch Tuesday of the year:

Installation Failure: Windows failed to install the following update with error 0x8024200B: 2024-01 Security Update for Windows 10 Version 22H2 for x64-based Systems (KB5034441).

Tried multiple times to install this brick but no luck on my OMEN desktop and my wife's Envy laptop. So now what Microsoft?

Don

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

170 answers

Sort by: Most helpful
  1. Anonymous
    2024-02-05T19:07:34+00:00

    Thank you Judy. Seems to be a problem with where the WinRE Partition is located. Older HD's seem to put it on Partition 1 while SSD's on Partition 3. This would account for the error message pointing to not enough room on the WinRE Partition and why some can install it no problem and others can't. It seemed to me the common denominator with those having issues is they all have an SSD in their systems. An MS tech seemed to think I was on to something. I do not know if I am right or wrong on my analysis of this issue. Let me know what you think.

    One would think they would have kept this in mind when writing the code and to have it scan for the proper Partition containing the WinRE.

    Marc

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-02-02T12:01:07+00:00

    How about this, do an update on your personal pc, wait for the error to arrive. DO the steps that you are telling us to do and see what happens, Its a waste of time.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-01-28T04:39:21+00:00
    1. Запустите командную строку от имени Администратора.
    2. Введите команду
       reagentc /info
      
      чтобы получить информацию о расположении среды восстановления — номера диска и раздела.Расположение раздела восстановления
    3. Введите команду
       reagentc /disable
      
      для отключения среды восстановления.
    4. По порядку введите команды
       diskpart
       list disk
       select disk N
       list partition
       select partition M
      
      где N — номер диска с разделом восстановления, а M — номер раздела с операционной системой.Выбор системного раздела
    5. Введите команду
       shrink desired=250 minimum=250
      
      для сжатия раздела на 250 Мб.
    6. Введите команды
       select partition НОМЕР_РАЗДЕЛА_ВОССТАНОВЛЕНИЯ
       delete partition override
      
    7. В зависимости от того, на GPT диск или MBR диск установлена система (можно узнать по наличию значка «*» в столбце GPT после выполнения команды list disk) выполните следующие команды. Для GPT:
       create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
       gpt attributes =0x8000000000000001
      
      Для MBR:
       create partition primary id=27
      
      Установка атрибутов раздела восстановления
    8. Выполните команды
       format quick fs=ntfs label="Windows RE tools"
       exit
       reagentc /enable
      
      Включить среду восстановления
    9. Попробуйте снова выполнить установку обновления KB5034441.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-01-27T16:36:09+00:00

    For me, the Windows update screen says it failed to download, but the Windows Reliability Monitor says it failed to install.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-01-27T15:55:36+00:00

    DOWNLOADING the update goes just fine.

    Installing it, goes HA-HA, said the clown!!!

    Micael.................Assume you are kidding? Did you get the download?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments