The thing about Windows is that it sometimes does not allow you to do what you want to do it in a simple way … I’m talking about how to remove the unnecessary partition recovery in windows 10 with DiskPart
step.1. run the cmd as administrator
diskpart
step.2. list local disks and select the proper one
list disk
select disk 0
step.3. list partitions and select the appropriate
list partition
select partition 3
step.4. delete partition
delete partition override