- Connect your disk.
- Run
cmd
as an Administrator. - Run
diskpart.exe
. Use?
if you need help in this program. list disk
- Find the disk that corresponds to your USB disk.
select disk n
wheren
is the number of the disk. Confirm that you’re using the right disk withdetail disk
. clean
create partition primary
. No size is needed if you want to use the whole diskactive
. Marks the partition as potentially bootable.format fs=fat32 quick
. You can choose NTFS instead of FAT32 if you want.assign
. Assigns the disk a drive letter