The following instructions do not work on Windows XP.
The version of Diskpart on Windows XP does not list removable disks.

Usando Diskpart

Você pode sobrescrever qualquer disco rígido no seu computador. Se em algum ""ponto você não tiver certeza de qual dispositivo escolher, interrompa o procedimento.
  1. Make sure that the USB stick or SD card that you want to reset is unplugged.

  2. Clique no botão Iniciar, e escolha Todos os programas ▸ Acessórios ▸ Prompt de Comando, para abrir o Command Prompt,

    Mais informações sobre como iniciar o Command Prompt

  3. Execute o comando diskpart, para iniciar o Diskpart.

  4. Execute o comando list disk para obter informações sobre cada disco em seu computador.

    Por exemplo:

    Diskpart> list disk
    
      Disk ###  Status      Size     Free     Dyn  Gpt
      --------  ----------  -------  -------  ---  ---
      Disk 0    Online        80 GB      0 B
    
  5. Plug the USB stick or SD card that you want to reset. Run the list disk command again.

    A new disk, which corresponds to that device, appears in the list.

    Por exemplo:

     Diskpart> list disk
    
       Disk ###  Status      Size     Free     Dyn  Gpt
       --------  ----------  -------  -------  ---  ---
       Disk 0    Online        80 GB      0 B
       Disk 1    Online         4 GB      0 B
    

    Make sure that its size corresponds to the size of the device that you want to reset. Note down the disk number assigned by Diskpart to the device.

  6. To select the device, execute the following command: select disk=number. Replace number by the disk number of the device that you want to reset.

  7. Execute the clean command to delete the partition table from the device.

  8. Execute the convert mbr command to create a new partition table on the device.

  9. Execute the create partition primary command to create a new primary partition on the device.

Resolução de problemas

Veja a documentação do Diskpart no Suporte da Microsoft.