Make Pen Drive Bootable using Commands.
- Copy all window files to pendrive
- run cmd as administrator
- type diskpart
- list disk
- select disk 1 (identify your pendrive by its size and the select the disk, it can be 1,2,3..)
- list partition.
- select partition 1
- active
- select partition 1
- list partition
- exit
- i:\boot\bootsect.exe /nt60 i: /mbr (i is the drive letter).
- Now the Pen drive will look like this.