Windows
(FIXED) Windows 10 – KB5034441 Update Error 0x80070643 | one solution | 2024
#KB5034441 # 0x80070643 #windows10
cmd command :
reagentc /info
reagentc /disable
diskpart
list disk
(This should be the same disk index as WinRE.)
select disk 0
list disk
To check the partition under the OS disk and find the OS partition, run list part
select partition 3
list part
shrink desired=250 minimum=250
list part
select partition 4
delete partition override
list part
list disk
create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
list part
format quick fs=ntfs label=”Windows RE tools”
list vol
list vol
exit
reagentc /info
reagentc /enable
Microsoft suggests how to manually resize your partition to install the WinRE update:
[ad_2]
source