How to recreate the Windows recovery partition
These are additional methods that can create a new recovery partition.:
1) Windows custom install
2) Windows upgrade using the upgrade assistant:
19H1 > 19H2 or 20H1 or 20H2
19H2 > 20H1 or 20H2
20H1 > 20H2
20H2 > 21H1 (when available)
3) Command line:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
reagentc /info reagentc /disable diskpart sel dis 0 sel vol C: shrink desired=201 create partition primary size=700 format quick fs=ntfs label="winRE" set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac" exit reagentc /enable REAgentC /disable REAgentC /SetREImage /Path R:\Recovery /Target C:\Windows REAgentC /enable |