====== Delete recovery partition ====== ===== Disable Windows Recovery Environment ===== reagentc /info # check recovery agent -> Windows RE location reagentc /disable # disable recovery agent ===== Delete Partition ===== enter diskpart diskpart delete partition list disk select disk 0 list partition select partition 4 delete partition override list partition ===== Enable Windows Recovery Environment ===== enable recovery agent to use image on c: drive reagentc /enable # enable recovery agent reagentc /info # check recovery agent -> Windows RE location