Hello Breanna, how are you?
I understand that you would like to format your SD Card.
Please check if it is possible through the procedures below.
First open the Command Prompt, press Windows + R, type cmd and click OK.
- In the Prompt type DISKPART, when it opens, DISKPART will appear on the left.
- Type LIST DISK, this command will list the hard drives installed on the machine, pay close attention not to choose the wrong hard drive.
- Type SELECT DISK “X”, in place of the X put the number for the SD Card you want to format, put without quotes.
- Now just type the commands below and press Enter at each command.
- Commands:
Clean
Create partition primary
Format fs=fat32 quick
Active
Assign
Exit
Exit