Here I share with you the quickest and easiest way to make a Bootable USB thumb drive on a windows computer. For this guide I will use a windows 10 environment.
We will use the built in disk partitioning tool of the Microsoft windows, which is refereed to as DiskPart in short.
Tested on
I have successfully tested this method on following operating systems.
Steps
1. Plug your USB drive and note the capacity (This comes handy when selecting the drive).
2. Open diskpart prompt (You can follow either Command prompt or Run box approach for this)
Command prompt
Windows XP: All Programmes -> Accessories -> Command Prompt
Windows Vista and later: Just search cmd on the start menu and click on the black console icon.
Type diskpart in the cmd console and press enter to open the diskpart.
Run box
Press Win + R from your keyboard. Type diskpart on the input box and click OK to open the diskpart.
3. Once diskpart prompt is open use below command to list all drives.
list disk
4. then carefully select your USB disk. Yes the only clue is the capacity and that’s why we noted the disk capacity in the first step :).
select disk 2
5. We should wipe out everything on the disk with the “clean” command
clean
6. Let’s create a partition
create partition primary
7. and then we need to select the created partition.
select partition 1
8. once selected we can activate the partition
active
9. Now we need to format the partition in NTFS format. Make sure you use the quick mode unless you have some prison break episode with you to watch while formatting happens :).
format fs=ntfs quick
10. We just created a bootable USB drive and say goodbye to diskpart
exit
Finally, your pen-drive is ready to copy any of your booting media and carry with you as a portable bootable device, to boot USB boot supported device.
Hope this helped.
Creating an engaging and informative online quiz or assessment can be a powerful tool for… Read More
Work-related stress is a common issue in the hospitality industry, where employees often face long… Read More
In a leadership position, assertiveness and effective communication skills are crucial for success. Being able… Read More
Employee recognition and rewards programs play a crucial role in motivating and engaging employees, as… Read More
Customer feedback and online reviews play a crucial role in shaping a company's reputation and… Read More
Effective time management is crucial for stay-at-home parents who juggle multiple responsibilities on a daily… Read More