diskpart
.list disk
, and then click ENTER. The list disk
 command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.select disk <X>
, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.clean
, and the click ENTER. This command deletes all data from the USB flash drive.create part pri
, and then click ENTER.select part 1
, and then click ENTER.format fs=ntfs quick
, and then click ENTER.If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type , and then click ENTER.active
, and then click ENTER.exit
, and then click ENTER.