Não consigo cancelar minha postagem aparentemente ... Então, aqui está uma resposta mais extensa:
Então ... eu resolvi consertar meu problema fazendo isso: link
Como não foi óbvio, os passos acima fazem isso:
Diskpart - Open the disk partition software of Microsoft
list disk - List all current disks (including my bugged USB)
select disk # - Allow me to select my bugged USB (# refer to the ID displayed with the previous command)
clean - remove everything from the USB (not really needed, since I can't write / remove files from it)
convert gpt - Convert the partition table, apparently, Windows like it that way.
create part pri - Create a primary partition (required)
format fs=ntfs quick - Quickly format the parition to NTFS format.
assign - Assign a letter, so it can be seen in Explorer.exe
exit - obvious
exit - obvious