This has to work.
...and it ultimately did, thank you!
I needed to do a couple of other things to get there, so just going to fill in a few blanks in case it helps.
No 3rd party software just working with Windows 10:
- Run Command Prompt as Administrator
- Disable Windows RE.
type/paste: reagentc /disable
- Optional: If you need a bit of a guide and further reassurance before jumping to the next command, you can use Disk Management to verify what/where your Recovery Partition is and leave it up. Search "Disk Management" (create and format hard disk partitions found in the control panel)
*You can't delete the partition by using Disk Management. So...
- Return to Command Prompt (as Admin) type: DISKPART
- Type: list disk
- Using Disk Management as a guide, compare it to the list in your command prompt and confirm your Disk number (most likely Disk 0)
- Type: select disk 0 (or pertaining disk with the partition on it)
- Type: list part
- Identify the Recovery partition number (most likely Partition 4)
- Type; select part 4 (or pertaining recovery partition)
- Type: delete part override
Now it's deleted and you need to re-enable Windows RE.
- Open a fresh Command Prompt (Admin) or return to default command line and type: reagentc /enable
- Try the update, worked for me.
Thank you Volume Z