And here is the readout from making part 5 the active recovery partition. Notice, uh oh, when I went to put R on part 5, it was rejected again, even though you can see in the above code that I did take it off then, and it said it was off. Now I worry, but will proceed -- since if we try to do something to R and it can't find R, it will indicate that. Now I see when taking the letter off, it said it did so fine -- can't do that if it was not on it. What's going on?
Also, at the line about overwriting part X, you did not say how to answer the question it asks. I answered Yes, "overwrite X. I hope it did not overwrite the entire contents.
And I will now reboot. Then check things with Acronis, although there should be no difference with that.
Microsoft Windows [Version 10.0.19041.388]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\WINDOWS\system32>DiskPart
Microsoft DiskPart version 10.0.19041.1
Copyright (C) Microsoft Corporation.
On computer: COMPUTER
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART> Select Part 5
Partition 5 is now the selected partition.
DISKPART> Assign Letter=R
Virtual Disk Service error:
The specified drive letter is not free to be assigned.
DISKPART> Select Part 6
Partition 6 is now the selected partition.
DISKPART> Assign Letter=X
DiskPart successfully assigned the drive letter or mount point.
DISKPART> Exit
Leaving DiskPart...
C:\WINDOWS\system32>ReagentC /Info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \?\GLOBALROOT\device\harddisk0\partition6\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: 2d25babf-c701-11ea-bc80-f9e613436a82
Recovery image location: \?\GLOBALROOT\device\harddisk0\partition6\RecoveryImage
Recovery image index: 2
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\WINDOWS\system32>ReagentC /Disable
REAGENTC.EXE: Operation Successful.
C:\WINDOWS\system32>ReagentC /SetREImage /Path R:\Recovery\WindowsRE /Target C:\Windows
Directory set to: \?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE
REAGENTC.EXE: Operation Successful.
C:\WINDOWS\system32>ReagentC /Enable
REAGENTC.EXE: Operation Successful.
C:\WINDOWS\system32>ReagentC /Info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
Windows RE location: \?\GLOBALROOT\device\harddisk0\partition5\Recovery\WindowsRE
Boot Configuration Data (BCD) identifier: 06a7379d-d1bb-11ea-8997-b888e3b1b2f5
Recovery image location: \?\GLOBALROOT\device\harddisk0\partition6\RecoveryImage
Recovery image index: 2
Custom image location:
Custom image index: 0
REAGENTC.EXE: Operation Successful.
C:\WINDOWS\system32>XCOPY R:\Recovery X:\Recovery /E /I /H /R /K /X
Overwrite X:\Recovery\Logs\Reload.xml (Yes/No/All)? y
R:\Recovery\Logs\Reload.xml
R:\Recovery\WindowsRE\boot.sdi
R:\Recovery\WindowsRE\ReAgent.xml
R:\Recovery\WindowsRE\Winre.wim
4 File(s) copied
C:\WINDOWS\system32>DIR X:\Recovery /a /s
Volume in drive X is Push Button Reset
Volume Serial Number is D49F-5C80
Directory of X:\Recovery
07/29/2020 09:48 AM <DIR> .
07/29/2020 09:48 AM <DIR> ..
07/29/2020 09:25 AM <DIR> Logs
07/29/2020 09:48 AM <DIR> WindowsRE
0 File(s) 0 bytes
Directory of X:\Recovery\Logs
07/29/2020 09:25 AM <DIR> .
07/29/2020 09:25 AM <DIR> ..
07/19/2020 12:37 PM 1,379 Reload.xml
1 File(s) 1,379 bytes
Directory of X:\Recovery\WindowsRE
07/29/2020 09:48 AM <DIR> .
07/29/2020 09:48 AM <DIR> ..
12/07/2019 02:08 AM 3,170,304 boot.sdi
07/29/2020 09:46 AM 1,164 ReAgent.xml
07/15/2020 05:33 PM 555,507,721 Winre.wim
3 File(s) 558,679,189 bytes
Total Files Listed:
4 File(s) 558,680,568 bytes
8 Dir(s) 3,137,146,880 bytes free
C:\WINDOWS\system32>DiskPart
Microsoft DiskPart version 10.0.19041.1
Copyright (C) Microsoft Corporation.
On computer: COMPUTER
DISKPART> Select Disk 0
Disk 0 is now the selected disk.
DISKPART> Select Part 5
Partition 5 is now the selected partition.
DISKPART> Remove Letter=R
DiskPart successfully removed the drive letter or mount point.
DISKPART>
DISKPART> Select Part 6
Partition 6 is now the selected partition.
DISKPART> Remove Letter=X
DiskPart successfully removed the drive letter or mount point.
DISKPART> Exit