New
#11
you can get winre.wim from the installation media.
After you do an update on your secondary partition or a Reset, open a CMD window as administrator and type:
diskpart
List disk
select disk n (replace n with the windows drive number, it's probably 5)
list part (take note of the "primary" Windows 10 partition letter)
select part 1
assign letter=W
exit
bcdboot X:\Windows /s W: /f UEFI (replace X with the primary Windows 10 partition letter found with list part)
diskpart
select vol W
remove letter=W
exit
exit
you can use this: 10_22h2_4-23.zip
copy the recovery folder into your windows\system32
it will replace whatever is in there now.
then open admin cmd prompt and type:
reagentc /enable
After you do an update on your secondary partition or a Reset, open a CMD window as administrator and type:
bcdboot driveletter:\windows
(replace driveletter with the primary Windows 10 partition letter that you can see in explorer or diskmgmt )
bcdboot defaults to the current boot mode and system partition. Allocating letter to system partition and use of switches not needed in this scenario.
Last edited by SIW2; 08 May 2023 at 11:06.