fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


microsoft:allgemeines:delete-recovery-partition

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
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
microsoft/allgemeines/delete-recovery-partition.txt · Last modified: 2024/06/02 15:02 by gsys