In this post, we’re talking about how to make Pendrive bootable using cmd.
There is much software available for making a Pendrive bootable, but today I will going to tell you the benefits of making a bootable USB without using any software.
This is a (CMD) command prompt trick, by using command prompt you can make your Pendrive bootable with an ease and it takes just a couple of minutes.
So what is the need to download a software if you know you make Pendrive bootable using cmd.
Note: Please make sure Pendrive doesn’t have any important data because process deletes your all data in the Pendrive.
Follow simple steps
OPEN COMMAND PROMPT: In Windows, click on search and type CMD, then command prompt (cmd) icon will be shown in the list of programs, right-click on cmd and run as administrator.
OPEN COMMAND PROMPT: In Windows, click on search and type CMD, then command prompt (cmd) icon will be shown in the list of programs, right-click on cmd and run as administrator.
Now type in command prompt:


diskpart→list disk→select disk 1 (choose the USB device, you will recognize it by its size, see in image)→clean (this will erase the USB)→create partition primary→select partition 1→active→format fs=ntfs (this will format the USB drive and will take some minutes to complete the process.) →assign (this command assign your Pendrive with a drive name in (H): or (G): )
Now your USB pen drive is bootable by using the command prompt.