
Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as administrator
Now type diskpart and press Enter
Next type Lis Disk command and note down the Disk number of your USB flash drive. Select disk 1
Now you can use following commands step by step
clean
create partition primary
select partition 1
active
format fs=ntfs
assign
exit
Now...