ow to remove read-only from a microSD card: # Plug the read-only micro SD card into Windows. # Click Start # type RUN and click on that app selection # In RUN - > Type CMD -> Enter. # In command window type DISKPART and press enter. # after 'DISKPART>' type list disk and enter # after 'DISKPART>' type select disk N and enter NB 'N' is the correct disk number - the size will show which it is # after 'DISKPART>' type attributes disk clear readonly and enter # you should get a success message # Retry running the POD with this card.