Make USB Bootable in Less than One Minute
A simple guide to make your USB bootable in less than one minute with Diskpart and use it as an installation source. Making a USB bootable comes very handy when one intends to install operating system on his/her computer. In this article I will show you how you can easily make your flash drive bootable with just few commands.
Things you’ll need:
- A USB Drive, of course
- A computer running Windows Operating System ( Vista, 7, 8, 8.1, 10 )
Magic Commands to make USB bootable
Plugin in your USB drive and make sure it’s properly connected. Go to start menu and type “diskpart” and press enter. Click on Yes when asked for administrator privileges.
Command 1:
list disk
Command 2:
select disk x
Command 3:
clean
Command 4:
create partition primary
Command 5:
format fs=fat32 quick
Command 6:
active
Command 7:
assign
That is all my friends. Now just copy the Windows installation files and you got yourself a “Windows Installation Disk”