In Windows, you can use a program called DISKPART, which is a command line program, to remove a GPT Protective Partition from a disk. Here's how:
- Bring up your Command Prompt program
- Type
DISKPARTat the prompt - Then type
list diskin DISKPART's prompt to show all disks on the machine. - Type
selectto set the specific partition:select disk 1 - Then type
cleanwill remove the GPT Partition from the selected disk
No comments:
Post a Comment