How to create bootable pen drive without any software

 Hello, guys welcome to another article, if we want to create a bootable pen drive means we should need booting software but in this article, we going to discuss creating a bootable Pendrive without any software.

Step 1:

First, you have to run cmd ( Command prompt ) as an administrator. This is an important step because you are going to edit disks that require admin privileges.

Step 2:

Connect your USB drive to your computer.

Step 3:

Now you type this below command to access to manage the storage on your computer. it will take a little bit of time
diskpart

Step 4: 

Now you type this below command on your cmd this command will show a list of your storage.
list disk

Step 5: 

Now you choose your Pendrive using the following command.
select disk (your pendrive number)

Step 6: 

Now you type this below command on your cmd. This command will help you to remove all of the data present in your USB drive.
clean

Step 7: 

Now you type this below command to convert to your Pendrive MBR or GPT which you want 
  1. For Windows 7 or earlier: Prefer MBR
  2. For Windows 8 or later: I Prefer GPT
  3. For any other OS: Refer to the official guidelines
convert mbr
     or
convert gpt

Step 8:

Now you type this below command to create a partition on your Pendrive.
create partition primary 

Step 9:

Type this below command. This command will finally format your current partition as an NTFS file system
format fs=ntfs quick

Step 10:

Now type the exit command to exit your cmd

exit 

Step 11: 

Now that you have successfully formatted your USB Drive, It’s time to copy the data from the ISO Image present on your PC or a DVD to your USB drive. Doing this will successfully turn your USB flash drive into a bootable Windows USB drive.



Post a Comment

Previous Post Next Post