how to boot pendrive code example
Example 1: boot pendrive
diskpart
list disk
select disk {numero do disco}
clean
create part pri
active
format fs=fat32 quick
assign
exit
Example 2: boot flash cmd
diskpart
listdisk
select Disk(You Flash number)
clean
create partition primary
select partition
active
format fs=ntfs