How To Create Bootable USB Drive Without Any Software In Windows 10 (Using Command Prompt)

Views: 2759
Comments: 0
Like/Unlike: 1
Posted On: 08-Apr-2018 04:31 

Share:   fb twitter linkedin
Brian
Moderator
2232 Points
14 Posts

Follow the following steps:

  1. Insert your USB flash drive to your computer which you want to make bootable.
  2. Open command Prompt Run as Administrator: Search for ‘cmd’ in Windows 10 from the taskbar, Command Prompt will appear. Alternatively, you can also open the Command Prompt by pressing windows+R at the same time and typing in ‘cmd’ in the ‘Run’ window and hitting enter.
  3. Right click on Command Prompt and select ‘Run as Administrator’ in case you have searched for cmd in the Windows 10 Taskbar.

Once the Command Prompt window appears, type diskpart and hit enter. The diskpart utility will run run in another window.
In the new diskpart window, type list disk and hit enter. It will show you all active disks on your computer.

Most probably, you will see two Disk types.

Disk 0 for hard drive and,
Disk 1 for your USB Flash Drive with its total capacity.

Now we are going to work on to create bootable USB drive, we will work with Disk 1.

  1. Type select disk 1 in the same windows and hit Enter. You will get a message ‘Disk 1 is now the selected disk’. That means, any further operation that you do will affect your disk 1 directly.
  2. Type clean and hit Enter to remove all of the data in the USB drive. Clean command will format your bootable drive. You will get a message like ‘Diskpart succeeded in cleaning the disk’.
  3. Type create partition primary and hit Enter. You will get a message like Diskpart succeeded in creating the specified partition.
  4. Type select partition 1 and hit Enter. It will choose partition 1 for setting up it as an active partition.
  5. Type active and hit Enter. It will activate the current partition.
  6. Type format fs=ntfs quick and hit Enter. This command will format your current partition as NTFS file system quickly.
  7. Type exit and hit Enter. Exit command will close the Diskpart program. But do not close the command prompt Windows.

Copying files from an ISO image on your PC/DVD to USB manually:
Now all you need to do open the files inside the DVD or ISO file, copy it and paste inside USB manually. This will make your USB drive bootable.

0 Comments
 Log In to Chat