Friday, 15 July 2016

How to bootable usb pendrive using cmd

Creating a usb pendrive using command prompt is not hard, it is one of the most common ways to create a bootable usb


 
1.Open command prompt ,type the following commands.
 
2.diskpart
  
3.list disk // List disk command will generate the list of Disk connected to your computer like Hard disk and USB disk.This will be like in figure.After this
 

4.select disk 1 // in my case USB is as disk 1
 
5.clean
 
6.active
 
7.format fs=ntfs quick
 
8.asign
 
9.exit 


No comments:

Post a Comment