Hi friends, today i am going to share – how to make bootable USB drive with CMD. You have already heard of making USB bootable with many third party software available on the internet. So if you do not have any of them, then in this situation, what you do to make your USB bootable? Bootable USB drive with Windows Command PromptFollow these simple steps to make bootable USB drive without any software :- Step 1First of all, go to windows search bar,search for cmd and right click on it and click on “Run as administrator”.Step 2Now type diskpart in cmd and press Enter.Step 3Now type “list disk” and press Enter to display all disk connected to the PC with status, size, free space etc. As we see in the screenshot provided below Disk 1 is our pendrive.Step 4Now type “select disk 1” to select the pendrive and press enter.Step 5Now type “clean” to clean the Disk 1. It will erase all the data from the Pendrive.Step 6Now we will create primary partition on Pendrive. Simply type “create partition primary” and press Enter.Step 7Now we will select the primary partition that we have created in above step by typing “select partition 1” and press Enter.Step 8Now we have to format the pendrive into Ntfs format. Simply type format=fs ntfs quick” and then press Enter. It will take some time depending upon your pendrive.Step 9Now we have to activate the partition for booting. Simply type “active”and press Enter. Step 10Now type “exit” to get exit from DISKPART.>
|
Wednesday, 7 October 2015
Subscribe to:
Posts (Atom)