Hey guy's R4GE VipeRzZ here, and today I'm going to show you how you can format any USB to FAT32 in Windows.
In order to do that we will be using diskpart to create a partition that is less than 32GB and then format that the FAT32.
Diskpart commands
diskpart
list disk
select disk X
clean
create partition primary size=32768
format fs=fat32 quick
assign