Remove Right Protected in Flash drive/Flash Disk using CMD

Step1: Goto CMD, start->run->cmd
Step2: type DISKPART
Step3: type LIST DISK, then type SELECT DISK 1

NOTE: Please select your flash disk where it located.

Step4: type CLEAN,then type CREATE PARTITION PRIMARY
Step5: type ACTIVE, then type SELECT PARTITION 1
Step6: type FORMAT FS=FAT32, then enter

NOTE: FS means "file system".

0 comments: