Hi, I have been very hard at work fixing a Windows 10 PRO install with broken Windows Update. I noticed in a log that Reangentc was broken, so I set out to fix it. The problem is I accidentally deleted the recovery partition months ago after an SSD migration, since it looked like unused space.
Anyway, I created a winre.wim file and a partition according to instructions found online. They could not agree on wheter the partition needed to be an “EFI System Partition” with GUID C12A7328-F81F-11D2-BA4B-00A0C93EC93B or a “Windows Recovery Environment partition” with GUID DE94BBA4-06D1-4D40-A16A-BFD50179D6AC. I have tried both, but whenever I followed all the steps in all guides that end with an optimistic “reagentc /enable” I am met with errors. Different ones for different GUIDs:
If the GUID is C12A7328-F81F-11D2-BA4B-00A0C93EC93B I fail at the following command:
I am afraid using “Retain” might destroy my ability to boot Windows, and official MSFT documentation is super sparse! Any guidance on how/what retain command to use?
If the GUID is DE94BBA4-06D1-4D40-A16A-BFD50179D6AC instead it gives:
Really at the end of my rope here, so hoping a hero(in) can help me out! Thanks so much in advance!!!
I looked into the log file, and this seems relevant:
RegLoadKey $OFFLINE$SYSTEM failed. Error: 0x522.
2025-09-09 14:52:48, Info [ReAgentc.exe] OEM partition, copying boot.sdi
2025-09-09 14:52:48, Info [ReAgentc.exe] boot.sdi copied
2025-09-09 14:52:48, Info [ReAgentc.exe] Creating BCD entry
2025-09-09 14:52:48, Error [ReAgentc.exe] open store failed: 0xc0000452
2025-09-09 14:52:48, Info [ReAgentc.exe] Failed to create BCD recovery entry 15299
2025-09-09 14:52:48, Info [ReAgentc.exe] SetWinRESettings return with error code 0x3bc3
2025-09-09 14:52:48, Error [ReAgentc.exe] failed to set WinRE settings, error:0x3bc3
Anyway, I created a winre.wim file and a partition according to instructions found online. They could not agree on wheter the partition needed to be an “EFI System Partition” with GUID C12A7328-F81F-11D2-BA4B-00A0C93EC93B or a “Windows Recovery Environment partition” with GUID DE94BBA4-06D1-4D40-A16A-BFD50179D6AC. I have tried both, but whenever I followed all the steps in all guides that end with an optimistic “reagentc /enable” I am met with errors. Different ones for different GUIDs:
If the GUID is C12A7328-F81F-11D2-BA4B-00A0C93EC93B I fail at the following command:
Code:
Reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk2\partition3\Recovery\WindowsRE /Target C:\Windows
REAGENTC.EXE: The Windows RE image cannot be stored in the specified volume. Use the RETAIN command in DISKPART to prepare the volume and try again.
I am afraid using “Retain” might destroy my ability to boot Windows, and official MSFT documentation is super sparse! Any guidance on how/what retain command to use?
If the GUID is DE94BBA4-06D1-4D40-A16A-BFD50179D6AC instead it gives:
Code:
Reagentc /setreimage /path \\?\GLOBALROOT\device\harddisk2\partition3\Recovery\WindowsRE /Target C:\Windows
Directory set to: \\?\GLOBALROOT\device\harddisk2\partition3\Recovery\WindowsRE
REAGENTC.EXE: Operation Successful.
Reagentc /enable
REAGENTC.EXE: Operation failed: 3bc3
Really at the end of my rope here, so hoping a hero(in) can help me out! Thanks so much in advance!!!
I looked into the log file, and this seems relevant:
RegLoadKey $OFFLINE$SYSTEM failed. Error: 0x522.
2025-09-09 14:52:48, Info [ReAgentc.exe] OEM partition, copying boot.sdi
2025-09-09 14:52:48, Info [ReAgentc.exe] boot.sdi copied
2025-09-09 14:52:48, Info [ReAgentc.exe] Creating BCD entry
2025-09-09 14:52:48, Error [ReAgentc.exe] open store failed: 0xc0000452
2025-09-09 14:52:48, Info [ReAgentc.exe] Failed to create BCD recovery entry 15299
2025-09-09 14:52:48, Info [ReAgentc.exe] SetWinRESettings return with error code 0x3bc3
2025-09-09 14:52:48, Error [ReAgentc.exe] failed to set WinRE settings, error:0x3bc3