How to make a bootable pendrive?

In this blog i'll teach you how to make a bootable usb pendrive using cmd. Follow the below steps to make a bootabel pendrive: Plug in your USB Pendrive. Search for windows command prompt or windows power shell. Run it as an administrator. Open the disk partition using Command prompt. For this you need to type "diskpart" in the CMD and press Enter. Now type "list disk" and press Enter. This will display the list of available connected disks in your computer. From this list you need to select your USB Pendrive. So you need to type "select disc #" and press Enter (for example: select disk 2). Note: You need to be careful when selecting the disk, you may loss all your data's if you might selected your hard-disk instead for your USB Pendrive The next step is to clean the USB drive. So you need to type "clean" and press Enter. Now create a bootable partition, simply type "create partition primary" and press Enter. Y...