RobynR1,
(1) That looks good regarding the EFI & Recovery partitions. It says EFI is partition 2 (HardDiskVolume2), & Recovery is partition 1 (HardDiskVolume1). The folders on Recovery are right, & ReagentC points nicely to it & is enabled. So, go ahead & change its ID as I posted earlier...
DiskPart <<<Enter DiskPart
Select Disk 0 <<<Select disk 0
Select Part 1 <<<Select the Recovery partition
Detail Part <<<Show improper ID
Set ID=de94bba4-06d1-4d40-a16a-bfd50179d6ac Override <<<Give it proper ID
Detail Part <<<Show proper ID
Exit <<<Leave DiskPart
Reboot to be sure the full system is aware of the change.
(2) But here is how your BIOS is set at the Boot Order page...
Firmware Boot Manager
identifier {fwbootmgr}
displayorder {2c06c486-872c-11ea-b70d-806e6f6e6963} <<<Direct boot to hard drive
{aadb063e-872b-11ea-830f-c4acb7ccc0f1}
{bootmgr} <<<Windows Boot Manager
timeout 2
It's booting directly to the HDD instead of to the Windows Boot Manager. But Windows should always boot to the latter. This could well be the reason the computer fails to update. Can you get into BIOS Setup & move {BootMgr} to the top at the Boot Order page? Might be best to do it that way, but I think this does it too, at an Administrator Command Prompt...
BCDEdit /Set {FWBootMgr} DisplayOrder {BootMgr} /AddFirst
Those are pointed braces which are above square brackets on the keyboard. It will go into effect at your next reboot.
PS. I'm here in the USA standing on my head from your perspective.