Open Windows command Line and follow these steps.
- Run Command
diskpart
- Run Command
list disk
- Note the disk number that corresponds to your USB drive (it should be obvious going by size)
- Run Command
select disk X
(where X is the number from step 4) - Run Command
list partition
– There should be two, numbered 0 and 1, each about 7 GB - Run Command
select partition 0
- Run Command
delete partition
- Run Command
select partition 1
- Run Command
delete partition
- Run Command
create partition primary
- Exit Command Prompt (type exit or just close the window)
In Windows, go to Computer and try to open the disk. It will ask you to format it.
Format it with the default settings and give it a name if you want.