To create a bootable USB flash drive using Command Prompt, the steps are: 1) insert a USB flash drive and open Command Prompt as administrator, 2) use the "diskpart" and "list disk" commands to find the drive number, 3) use "select disk", "clean", "create part", and "format" commands to delete data and create/format a new partition on the USB drive, then 4) save the image file to make the USB drive bootable.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
50 views1 page
To Create A Bootable USB Flash Drive
To create a bootable USB flash drive using Command Prompt, the steps are: 1) insert a USB flash drive and open Command Prompt as administrator, 2) use the "diskpart" and "list disk" commands to find the drive number, 3) use "select disk", "clean", "create part", and "format" commands to delete data and create/format a new partition on the USB drive, then 4) save the image file to make the USB drive bootable.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
To create a bootable USB flash drive using Command Prompt.
Step 1: Insert a USB flash drive into a running computer.
Step 2: Open a Command Prompt window as an administrator. Step 3: Type the command diskpart. Step 4: In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt window, type the command list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.e.g disk 0,1,2 Step 5: At the command prompt, type the command select disk 1, where 1 is the drive number or drive letter of the USB flash drive, and then click ENTER. Step 6: Type the command clean, and the click ENTER. This command deletes all data from the USB flash drive. Step 7: To create a new primary partition on the USB flash drive, type create part pri, and then click ENTER. Step 8: To select the partition that you just created, type the command select part 1, and then click ENTER. To format the partition, type the command format fs=ntfs quick, and then click ENTER. Step 9: Type active, and then click ENTER. Step 10: Type exit and then click ENTER. Step 11: When you finish preparing your custom image, save it to the USB flash drive.
Windows Operating System: Windows Operating System (OS) Installation, Basic Windows OS Operations, Disk Defragment, Disk Partitioning, Windows OS Upgrade, System Restore, and Disk Formatting