These are the steps to remove the recovery partition in windows, thanks to https://superuser.com/questions/1073883/cant-remove-recovery-partition
- Go to start and type
cmd(this is called command prompt) - In command prompt type
diskpartand hit enter - Type
list diskand hit enter - From the list of disks find the one you want to work with (I believe in your case there is only one so it should be easy)
- Once you find the drive you are looking for type
select disk 'numberofdrive' - Now type
list partitionand find the partition you want to work with - Once you have identified the partition in question type
select partition 'numberofpartition' - Now type
delete partition(WARNING ONCE YOU DO THIS THERE IS NO GOING BACK) and hit enter , if it says "cannot delete a protected partition..." usedelete partition override(Note you will also have to repeat these steps with the partition in front of the recovery partition if you plan on extending the system volume) - Once it is finish type
exitand hit enter
No comments:
Post a Comment