So here's the instructions that worked. This much will leave you in the same position as before, but partition 5 will be brand new & will have 2004 files. Hopefully, Acronis will not complain about partition 5 after this much...
DiskPart <<< Enter DiskPart
Select Disk 0
List Part <<< Show the partitions
Select Part 5 <<< Be sure you get that number right
Delete Partition Override <<< Delete partition 5
Create Partition Primary <<< Creates a new partition 5
List Part <<< Show partition 5 is back
Format Quick FS=NTFS Label="Recovery Tools" <<< Format & label it
Assign Letter=R <<< Give it letter R
Set ID="de94bba4-06d1-4d40-a16a-bfd50179d6ac" <<< Make it a Recovery partition
GPT Attributes=0x8000000000000001 <<< Give it those attributes
Select Part 6 <<< Select that Push Button Partition
Assign Letter=X <<< Give it letter X
List Vol <<< Show the new letters
List Part <<< Show partition 5 is a Recovery partition
Exit <<< Exit DiskPart
XCOPY X:\Recovery R:\Recovery /E /I /H /K /X <<< Copy Recovery from partition 6 to 5
DIR R:\ /a /s <<< Show what's on partition 5
DiskPart
Select Disk 0
Select Part 5
Remove Letter=R
Select Part 6
Remove Letter=X
Exit
Use Ctrl-A & Ctrl-C to copy, then post it to us.
Edit: Then do a reboot. It's always good to do a reboot after doing partition work.
And here is how it went for me. But remember, my new one is partition 4...
C:\WINDOWS\system32>DiskPart
Microsoft DiskPart version 10.0.19041.1
Copyright (C) Microsoft Corporation.
On computer: PCRSCOMPUTER
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART> List Part
Partition ### Type Size Offset
--------------- ------------ ------- -------
Partition 1 System 99 MB 32 KB
Partition 2 Reserved 16 MB 100 MB
Partition 3 Primary 929 GB 116 MB
Partition 4 Primary 826 MB 929 GB
Partition 5 Recovery 847 MB 930 GB
DISKPART> Select Part 4
Partition 4 is now the selected partition.
DISKPART> Delete Partition
DiskPart successfully deleted the selected partition.
DISKPART> Create Partition Primary
DiskPart succeeded in creating the specified partition.
DISKPART> List Part
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 System 99 MB 32 KB
Partition 2 Reserved 16 MB 100 MB
Partition 3 Primary 929 GB 116 MB
* Partition 4 Primary 827 MB 929 GB
Partition 5 Recovery 847 MB 930 GB
DISKPART> Format Quick FS=NTFS Label="Recovery Tools"
100 percent completed
DiskPart successfully formatted the volume.
DISKPART> Assign Letter=R
DiskPart successfully assigned the drive letter or mount point.
DISKPART> Set ID="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
DiskPart successfully set the partition ID.
DISKPART> GPT Attributes=0x8000000000000001
DiskPart successfully assigned the attributes to the selected GPT partition.
DISKPART> Select Part 5
Partition 5 is now the selected partition.
DISKPART> Assign Letter=X
DiskPart successfully assigned the drive letter or mount point.
DISKPART> List Vol
Volume ### Ltr Label Fs Type Size Status Info
------------- --- ------------- ----- ---------- -------- --------- --------
Volume 0 D DVD-ROM 0 B No Media
Volume 1 C PCR Hard NTFS Partition 929 GB Healthy Boot
Volume 2 R Recovery To NTFS Partition 827 MB Healthy
Volume 3 X WinRE 2004 NTFS Partition 847 MB Healthy
Volume 4 ESP FAT32 Partition 99 MB Healthy System
DISKPART> List Part
Partition ### Type Size Offset
----- -------- ----------- ------- --------
Partition 1 System 99 MB 32 KB
Partition 2 Reserved 16 MB 100 MB
Partition 3 Primary 929 GB 116 MB
Partition 4 Recovery 827 MB 929 GB <<< Recovery
Partition 5 Recovery 847 MB 930 GB
DISKPART> Exit
Leaving DiskPart...
C:\WINDOWS\system32>XCOPY X:\Recovery R:\Recovery /E /I /H /K /X
X:\Recovery\Logs\Reload.xml
X:\Recovery\WindowsRE\boot.sdi
X:\Recovery\WindowsRE\ReAgent.xml
X:\Recovery\WindowsRE\Winre.wim
4 File(s) copied
C:\WINDOWS\system32>DIR R:\ /a /s
Volume in drive R is Recovery Tools
Volume Serial Number is 707D-DB0A
Directory of R:\
07/24/2020 12:00 AM <DIR> Recovery
07/23/2020 11:57 PM <DIR> System Volume Information
0 File(s) 0 bytes
Directory of R:\Recovery
07/24/2020 12:00 AM <DIR> .
07/24/2020 12:00 AM <DIR> ..
07/24/2020 12:00 AM <DIR> Logs
07/24/2020 12:00 AM <DIR> WindowsRE
0 File(s) 0 bytes
Directory of R:\Recovery\Logs
07/24/2020 12:00 AM <DIR> .
07/24/2020 12:00 AM <DIR> ..
06/29/2020 02:30 AM 1,356 Reload.xml
1 File(s) 1,356 bytes
Directory of R:\Recovery\WindowsRE
07/24/2020 12:00 AM <DIR> .
07/24/2020 12:00 AM <DIR> ..
12/07/2019 05:08 AM 3,170,304 boot.sdi
07/09/2020 11:55 PM 1,109 ReAgent.xml
07/09/2020 11:23 PM 525,321,603 Winre.wim
3 File(s) 528,493,016 bytes
Total Files Listed:
4 File(s) 528,494,372 bytes
10 Dir(s) 321,200,128 bytes free
C:\WINDOWS\system32>DiskPart
Microsoft DiskPart version 10.0.19041.1
Copyright (C) Microsoft Corporation.
On computer: PCRSCOMPUTER
DISKPART> List Vol
Volume ### Ltr Label Fs Type Size Status Info
-------------- --- ------------- ------ ---------- ------- --------- --------
Volume 0 D DVD-ROM 0 B No Media
Volume 1 C PCR Hard NTFS Partition 929 GB Healthy Boot
Volume 2 R Recovery To NTFS Partition 827 MB Healthy
Volume 3 X WinRE 2004 NTFS Partition 847 MB Healthy
Volume 4 ESP FAT32 Partition 99 MB Healthy System
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART> Select Part 4
Partition 4 is now the selected partition.
DISKPART> Remove Letter=R
DiskPart successfully removed the drive letter or mount point.
DISKPART> Select Part 5
Partition 5 is now the selected partition.
DISKPART> Remove Letter=X
DiskPart successfully removed the drive letter or mount point.
DISKPART> Exit
Leaving DiskPart...
OK, I'll get to work on the ReagentC soon.