Microsoft Windows 10/11 – disable Windows recovery environment to delete recovery partition

C:\> reagentc /info
Windows Recovery Environment (Windows RE) and system reset configuration
Information:
Windows RE status: Enabled
C:\> reagentc /disable
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
——– ————- ——- ——- — —
Disk 0 Online 60 GB 1024 KB *
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list partition
Partition ### Type Size Offset
————- —————- ——- ——-
Partition 1 System 100 MB 1024 KB
Partition 2 Reserved 16 MB 101 MB
Partition 3 Primary 59 GB 117 MB
Partition 4 Recovery 508 MB 59 GB
DISKPART> select partition 4
Partition 4 is now the selected partition.
DISKPART> delete partition overwrite

Leave a Reply

You must be logged in to post a comment.