Hi,
I've been trying to install windows update but get the error 0x80070643.
I've them came across this article:
https://support.microsoft.com/en-us/topic/kb5028997-instructions-to-manually-resize-your-partition-to-install-the-winre-update-400faa27-9343-461c-ada9-24c8229763bf
I followed the instructions all the way up to Step 8 where I get the error message:
REAGENTC.EXE: The Windows RE image was not found.
Below what I did in the command prompt.
Please could I have help resolving this issue so I can install this update?
Microsoft Windows [Version 10.0.19045.4291]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\system32>reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Disabled
Windows RE location:
Boot Configuration Data (BCD) identifier: 00000000-0000-0000-0000-000000000000
Recovery image location:
Recovery image index: 0
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\Windows\system32>reagentc /disable
REAGENTC.EXE: Windows RE is already disabled.
C:\Windows\system32>
C:\Windows\system32>diskpart
Microsoft DiskPart version 10.0.19041.3636
Copyright (C) Microsoft Corporation.
On computer: LAPTOP-1H294KOV
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 953 GB 0 B *
DISKPART> sel disk 0
Disk 0 is now the selected disk.
DISKPART> list part
Partition ### Type Size Offset
Partition 1 System 260 MB 1024 KB
Partition 2 Reserved 16 MB 261 MB
Partition 3 Primary 929 GB 277 MB
Partition 4 Recovery 1550 MB 930 GB
Partition 5 Primary 22 GB 931 GB
Partition 6 Recovery 200 MB 953 GB
DISKPART> sel part 3
Partition 3 is now the selected partition.
DISKPART> shrink desired=250 minimum=250
DiskPart successfully shrunk the volume by: 250 MB
DISKPART> sel part 4
Partition 4 is now the selected partition.
DISKPART> delete partition override
DiskPart successfully deleted the selected partition.
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
* Disk 0 Online 953 GB 1800 MB *
DISKPART> create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
DiskPart succeeded in creating the specified partition.
DISKPART> gpt attributes =0x8000000000000001
DiskPart successfully assigned the attributes to the selected GPT partition.
DISKPART> format quick fs=ntfs label="Windows RE tools"
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> list vol
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 C OS NTFS Partition 929 GB Healthy Boot
Volume 1 RESTORE NTFS Partition 22 GB Healthy
Volume 2 SYSTEM FAT32 Partition 260 MB Healthy System
Volume 4 MYASUS FAT32 Partition 200 MB Healthy Hidden
* Volume 5 Windows RE NTFS Partition 1800 MB Healthy Hidden
DISKPART> exit
Leaving DiskPart...
C:\Windows\system32>reagentc /enable
REAGENTC.EXE: The Windows RE image was not found.