I have gone through the same and this will surely work
(1) Open CMD as Administrator and run the following commands
Diskpart
list disk
select disk * ( ' * ' represents the number of disks)
clean
create partition primary
active (optional)
Format FS=NTFS Quick
Assign
Now you are all done
Also, the result should look like this
NOTE - If your pen drive is of gpt partition then command "active" will not work, but don't freak about it, this process will still work