Create bootable Pen drive using command prompt in windows

Creating bootable pendrive in windows is very easy task, we can do it without installing any third party software. I am writing the steps to create bootable pen drive for any OS.

  1. Attach your pen drive.( Back up all your important data from Pendrive & Format it)
  2. Open Command Prompt.
  3. Type "DISKPART" in command prompt. It will open new windows.

    4. Type "LIST DISK" in newly open window.

   5. Select your target Pen Drive by just type its number. here I am making "disk 2" as bootable drive. 
                       Type "select disk <DISK NO>"
                        Example: select disk 2.

  6. Execute below commands in Sequence.
  1. clean
  2. create partition primary
  3. select partition 1
  4. active
  5. format fs=ntfs (This take upto 15 minutes depends on your drive size)

         6. assign
         7. exit

7. Now simply copy your OS content into that pen drive.

Now Your PENDRIVE work as bootable pen drive..

THANK YOU FOR READING !!!












0 comments:

Post a Comment