I am curious what kind of Win OS Drive do you have? Is it GPT or MBR. This is important. It sounds like you have a MBR. If you follow the directions given for an MBR Drive to the letter the Partition is not ID'd properly. Also I assume you are NOT using Bitlocker. Also assume you do not have a Over Partitioning SSD active or a Momentum Cache active on SSD. Please read through all this first.
By your screen shot it looks like reagentc is working properly and is pointed at Partition 4. Likely you are on DISK 0. Your size is plenty big, unless you want it to be 1024 (this will equal 1000MB).
Before you start run reagentc /disable.
Wish you had a screen shot of Disk Management screen.
I believe you just have not ID'd the Partition 4 properly to either the MBR Disk ( ID=27) To do this using DISKPART just navigate to your Partition 4 and then use the command SETID=27
Exit and
reagentc /enabled
Exit again.
Restart the PC
For the GPT Drive if you have it (ID=de94bba4-06d1-4d40-a16a-bfd50179d6ac and followed by the command gpt attributes =0x8000000000000001 This is 0x8 with 14 zero's and a 1. This is straight out of KB5028997. You can go to CMD ADMIN then DISKPART then use SEL DISK 0 and SEL PART 4 and DET PART (this is details) to be sure you are looking at the right partition. If you see the above ID in the TYPE: then do nothing. If you see the above Attrib: code then do nothing. Otherwise you need to use SETID= (the code above no spaces and enter) then set ATTRIBUTES= (the code above no spaces and enter) You can check your work with DET PART and look at the details of the partition. Should look like this:
Partition : 4
Type : de94bba4-06d1-4d40-a16a-bfd50179d6ac
Hidden : Yes
Attrib : 0x8000000000000001
Offset in Bytes: (A huge number)
Now type exit (out of DISKPART).
now type reagentc /enable
It should come back with a normal Operation Successful reagentc
Exit again.
Restart your PC.
If this is too much, just start over with the deleting and creation of your Partition 4. The directions from Microsoft do work if followed for the GPT Drive Type.
Read Below, watch the video.
When you are done, you should not see this hidden partition in File Manager, you will see it in Disk Management and it will be identified as a Healthy Recovery Partition.
Not sure you looked at my earlier post, but you can download the Mini Tool Partition Wizard (Free). You can LABEL the Partition if you want. Windows will know where it is and what it is by the ID.
If you like videos this one on Creating a Recovery Partition is very good: https://www.youtube.com/watch?v=hlNtLcFqfOo
Follow the directions EXACTLY.
PS: One person said the Windows Recovery Partition is always 4. This is not quite right, on my machines it is usually 4, but can be 3 or 7 or others, or it could be one of two Recovery Partitions (this is what my Win 11 machine has. and one of my Win 10 PCs). PS: Win 11 machine did this update with no trouble.
With my older MBR PC I did need to go back and ID the Partition with the SETID=27 command. Pretty sure most people who do all this stuff have to do the same thing.