Friday, January 10, 2014

How to make a usb Bootable using cmd

Hi all , Computer Beats shares the method of making a usb bootable.

When it comes to make a usb bootable we can find two general ways of doing this.

1) Using Command Prompt(cmd).
2) Using Software Utility.

We will be discussing the first method. Follow the steps mentioned below.

1) Open the command prompt as Administrator.

2) Open Disk Management Utility by typing in the command diskpart
   
3) Type , list disk

4) Type , select disk # where # is the number that was displayed
   against your disk.

5) Type,  clean

6) When the last step is complete, type create partition primary.

7) Type, select partition 1

8) Type , active

9) Type , format fs=ntfs

10) Type , assign

11) Type , exit

Once done you can copy your operating system files in the usb drive and you are done.

No comments:

Post a Comment