Title: How to Create Windows 10 Bootable USB Drive from ISO
1How to Create Windows 10 Bootable USB Drive
from ISO
2Windows 10 is available for Windows 7 and Windows
8.1 users as a free available on USB drives. In
case you dont have Windows 10 USB drive, this
tutorial will provide you step by step
instruction involved in creating your own
bootable USB drive of Windows 10.
3Things you will require
- Windows 10 ISO Image. If you dont have ISO
- Archiving tools like Winrar and 7-zip
- USB Flash Drive the minimum size is 8GB for
64-bit version and 4GB for a 32-bit version. You
can expect good results if you use USB 3.0. It
will take very less time in installing Windows on
your machine in comparison of 2.0 USB drives.
4Keep in Mind
- If youre running licensed copy of Windows 7 and
Windows 8.1. Try to upgrade to Windows 10 via
Windows Update for first time to activate free
copy of Windows 10. If you performed clean
install of Windows 10 without upgrading, the key
which you will enter during the setup will not
activate your free copy of Windows 10.
5Create Windows 10 Bootable USB Drive from ISO
using Command Prompt
6- 1. Connect your USB drive to computer or laptop.
Create backup of your data because the process
will erase all the data.Note Unplug any
external hard disk if its connected to your
computer
7- 2. Launch Command Prompt as Administrator. For
that, you can search for command prompt in
taskbar search box. Alternatively, launch WMIX
menu by making right-click on Start button and
select Command Prompt (Admin) - When UAC screen pop-up, click Yes to continue.
- Note You must launch the Command Prompt as
administrator to get rid of errors.
8- 3. Connect your USB drive to computer or laptop.
Create backup of your data because the process
will erase all the data. - Note Unplug any external hard disk if its
connected to your computer
94. In command prompt type DISKPART and hit enter.
It will open the disk partitioning software.
10(No Transcript)
11- 5. After that type, LIST DISK and hit enter. It
will get you list of all the storage devices
connected to your computer or laptop - From the list, you need to find out the one which
youre using. You can easily find by checking the
file size. In my case its Disk 2
12- 6. Now you need to select the USB drive. For
that, you need to use Select Disk X command and
hit enter. For example, in my case, disk number
of my USB drive is 2. So command will be Select
Disk 2. In your case, it can be Select Disk 1.
13- After that, you need to execute the following
command back to back - CLEAN(press enter key)
- CREATE PARTITION PRIMARY(press enter key)
- SELECT PARTITION 1(press enter key)
- ACTIVE(press enter key)
14- FORMAT FSNTFS QUICKIf you computer or laptop
support UEFI, format your USB drive using FORMAT
FSFAT32 - (press enter key)
- ASSIGN(press enter key)
- EXIT(press enter key)
15At this point, the command prompt part is done.
Now you need to extract all the files of Windows
10 ISO image.
167. Now you need to extract all the files of
Windows 10 ISO image. For that head over to the
folder where you placed the ISO image. Extract
all the files using any archiving tool into USB
drive. It will take 5-10 minutes.
17(No Transcript)
18In case, your archiving tool wont provide you
option to directly extract files into the USB
drive. You can extract the files separately and
then copy and paste into USB drive.
19Once all the files of Windows 10 ISO image
transferred or copied to USB drive, your bootable
Windows 10 USB drive is created.
20Try out this easy to follow tutorial on how to
create Windows 10 bootable USB drive from ISO
using Command prompt. Let us know in the comment
if you face any issue.