Type cmd in start search box then right click on cmd and click on run as administrator.
  - When cmd opens, type ''diskpart''
  - After that type ''list disk''
  - Select the disk of your SD card with ''select disk(x)''
  - Type ''clean''
  - Type ''create partition primary''
  - Type ''format fs=fat 32 quick''
  - Type ''exit''