How to repair corrupted USB drive in Windows
Restore a USB drive using Diskpart.
Open a Command Prompt as administrator (cmd.exe) and run:
DiskpartList DiskSelect Disk X(where X is the disk number of your USB drive)CleanCreate Partition PrimaryFormat fs=Fat32 Quick(you can also useNTFSorexFAT)Active