The video may. You don't.
Windows update (KB5034441) Error (0x80070643)
When I tried to install the windows update "2024-01 Security Update for Windows 10 Version 22H2 for x64-based Systems (KB5034441)" I received the error code (0x80070643).
I have already tried, restarting my computer, waiting a bit before retrying, running a memory diagnostic check, checking all my drivers for updates, installing optional updates, and running a malware scan.
When I tried to run the windows update troubleshooter it said "diagnosing problems" but never fixed them and I was still unable to install the update after running the trouble shooter.
Any help would be appreciated.
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.
513 answers
Sort by: Oldest
-
Anonymous
2024-04-22T16:56:49+00:00 -
Anonymous
2024-04-22T17:05:10+00:00 You do not need to delete the information in the existing recovery partition - I increased the size and deleted the files but it didn't work. Your instructions, although helpful, did not work in my situation. I did additional research and what I posted worked. No need for third party partition software, no need to resort to disk manager, no need to temporarily unhide the recovery partition and assign a drive name.
-
Anonymous
2024-04-22T17:28:47+00:00 select part*<WinRE partition index>*
shrink desired=250 minimum=250
create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
format quick fs=ntfs label=”Windows RE tools”
list vol
exit (from diskpart)
You are providing code that is sure to fail.
select part*<WinRE partition index>*
shrink desired=250 minimum=250
This makes an attempt at SHRINKING the RECOVERY PARTITION.
create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
This tries to create a partition in space that is NOT THERE as the preceding command has FAILED and NO partition has been DELETED.
-
Anonymous
2024-04-22T17:43:44+00:00 It is not "sure to fail," it worked for me and it worked for a great many who commented on the youtube video. Your instructions also failed, so your point is?
-
Anonymous
2024-04-22T17:51:19+00:00 I agree with the comments that these actions are going to fail. You are trying to shrink the Recovery Partition when you should be shrinking your main OS Partition by 250MB (really should be at least 1024 MB).
Some advice, you should go back through all the pages of this post and read about how to do this process properly. Also, these directions are for a GPT drive, hope this is what you have. Delete your previous attempts, make sure you are deleting the right partition first. I have never had any success with the quick format command. Just use the Format command. If you are not familiar with working in Diskpart and the Command Line commands, I would suggest you don't do this. The YouTube video is pretty good, need to just slow down, read, and understand what is being done.