GPT Protective Partition to NTFS
How to delete a GPT Protective Partition, and reformat it back to NTFS in Windows.
- Run CMD.
- Type “DiskPart” in command line.
- Type “list disk” in command line to display all the drives.
- Use “select” command to select the intended drive, i.e. “select disk 2”.
- Type “clean”.
- Now go to Disk Management. Just reinitialize the “Unallocated” drive and reformat it to NTFS.
9 months ago