How to make pendrive bootable using cmd ?

Make Pen Drive Bootable using Commands.


  1. Copy all window files to pendrive



  2. run cmd as administrator



  3. type diskpart

  4. list disk

  5. select disk 1 (identify your pendrive by its size and the select the disk, it can be 1,2,3..)

  6. list partition.

  7. select partition 1

  8. active

  9. select partition 1

  10. list partition

  11. exit

  12. i:\boot\bootsect.exe /nt60 i: /mbr (i is the drive letter).

  13. Now the Pen drive will look like this.