How to fix The Update Install error 0x80070643 KB5034441

Опубликовано: 10 Май 2026
на канале: Videos on the fly
128
3

The Commands In Video In Order:

reagentc /info

(If you get an Error message Windows Re Image was not found or is Disabled and you cannot enable it, skip to the Steps Below Labeled Solution 02)

reagentc /disable

diskpart

list disk

sel disk 1
(Depends on Your Operation System Disk Number)

list part

sel part 3
(Depends on Your Operation System Partition Number)

shrink desired=1000
(Minimum=250MB)

sel part 4
(Depends on Your Recovery Partition Number)

delete partition override
(Caution Watch Video Before Use)

list disk

create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
(If your Hard Disk is *GPT Format)

create partition primary id=27
(If your Hard Disk is MBR Format)

format quick fs=ntfs label="Windows RE tools"

list vol

exit

reagentc /enable

reagentc /info

exit

You Are Done.

(Solution 02)

If you get an Error message Windows Re Image was not found or is Disabled and you cannot enable it Do The Following:

( 1- Copy The File install.wim from the source image in the Windows Installation Media Inside Sources Directory to C Drive.

2- Create a mount folder in C Drive (The Mount Folder must be empty. Do not copy anything into it) and then Run the Below Command.

dism /mount-wim /wimfile:"c:\install.wim" /index:1 /mountdir:c:\mount /readonly

3- Then Copy The install.wim File from C:\mount\Windows\System32\Recovery\ To The Original Folder C:\Windows\System32\Recovery\

dism /umount-image /mountdir:c:\mount /discard (To Unmount The Image You Created Above))

When You Are Done With This Go Back To The Beginning Of This Description and follow the steps in order.

Recorded and edited by ‪@rayankodat‬ #errorcode #windowsupdates #KB5034441 #0x80070643 #howto #howtofix