Posts

Showing posts from May, 2018

How to clear & format SD card

Open CMD, go to Win Start button, type CMD Start DiskPart,  type diskpart in CMD Display all disks, type list disk Select the disk to clean, type select disk [# disk you would like to clean] Clean selected disk, type clean Make sure disk is selected, type list disk again. You should see * next to the disk you selected Create a partition, type create partition primary, then type select partition 1 Activate partition, type active Format disk, type format FS=NTFS label=mydrive quick