To reset your SD card from a Raspberry Pi partition to the default state follow these instructions:
Open a Windows command line shell C:\> diskpart diskpart> list disk diskpart> select disk # diskpart> clean diskpart> create partition primary diskpart> format fs=fat32 quick diskpart> assign Now you have successfully resetted you SD card.