Löschen der Windows Recovery Partition

You would like to show your appreciation for our help 8-o. Gladly. 🙏 We thank you for your donation!

In-house Apt-Repo: https://apt.iteas.at
GITLAB:
Manchmal ist es notwendig das man die Windows Recovery Partition nicht haben möchte, z.B. bei virtuellen Maschinen. Löschen kann man diese Partition nur über Windows shell:

diskpart
 
list disk
select disk X (replace X with the number of your disk)
list partition
select partition Y (replace Y with the number of the recovery partition)
delete partition override