How to Install Windows 10 from a Bootable USB Stick

Installing the Windows 10 from bootable USB stick: The days we burned DVD to install an operating system have gone a long way. Today, installation is easily made from a USB that is far more convenient as the installation speed is much faster than installing from a DVD. Let's see how you can pass Windows 10 setup to a bootable USB stick. If you currently have a Windows 8 system, then you will need third party software such as the 7-Zip archiver to extract the contents of Windows 10 from the ISO file.

Windows 10

Caution! All the data from the USB flash drive will be deleted, hold a backup of your files before proceeding.

First you need to unzip the ISO file. On Windows 7, use the free and open source archiver 7-zip or install Virtual CloneDrive a software which is also free. It will create a virtual disk from which you will open them ISO to view the files it contains as if from a normal DVD disc.

In Windows 8 and Windows 8.1, you don't need any third-party software to open and edit the contents of the USB flash drive ISO. Windows 8 and Windows 8.1 have built-in support for ISO images. Just double-click the ISO and Windows 8 will create a virtual DVD disc inside the "This PC" folder. Then simply copy and paste the files from the virtual DVD disc to your USB stick.

Important note: You can not create a Windows 10 bootable USB stick in 64-bit (x64) from a 32-bit (x86) version of Windows. Use 64-bit version to create a 64-bit USB stick. However, you can create a 32-bit (x86) USB disk from the 64-bit version of Windows.

Download Windows 10 if you do not have it, as described here: Download Windows 10 Preview
Ανοίξτε μια γραμμή εντολών με δικαιώματα διαχειριστή "Command Prompt (Admin). " Δεξί κλικ στην κάτω αριστερή γωνία της οθόνης σας και επιλέξτε το όπως στην παρακάτω εικόναCommand Prompt Admin

Type the following command:

diskpart

Diskpart is one disk management console program that comes with Windows by default. It allows you to perform all disk management functions from the command line.
Connect your USB stick.

diskpart
Type the following at the diskpart command prompt:

list disk

It will show you all of your disks, along with the USB stick attached. Note the drive number with the USB stick.

Now you have to select your USB drive in the diskpart. Type the following, at #, type the USB number that appeared with the list disk command:

sele disk #

Because repeat is always helpful: Where # is the number of the USB stick.

Then type the following command:

clean

This will erase all data from your USB drive.
Note: You can skip this step if you are an advanced user and you know that your USB stick is in the correct file system. If you are not sure, better delete partitions and data.

Then type the following command:

create prime part

The command will create a primary partition to store your data.

You will now need to configure this partition. Use the following command:

 quick

Then type the following command:

The command will cause your USB stick to be able to accept the bootloader.

You are done with diskpart. Type "exit" to leave. You will be returned to the command prompt - do not close it.
Double click on the ISO image if te Windows 8 to open and copy all the files from the Windows 10 ISO image to the USB stick. This will take a few minutes, depending on the speed of your USB flash drive.

If you are using Windows 7, open the Windows 10 ISO with 7-Zip and extract all the files to your USB stick.
And finally: we need to write a bootloader for the USB stick. Suppose your ISO has the drive letter, D: and is in the This PC / Computer folder, and your USB stick has the drive letter E:
Type the following command at the command prompt:

D: \ Boot \ Bootsect / NT60 E: / force / mbr

This will write the NT6 boot sector for your USB stick. Replace the letters we use in the example with the letters in your operating system.

That's it! Now you can use this USB stick to install Windows 10 on any computer that supports USB boot.

PS Once you've created the bootable USB drive by writing the boot sector, as long as you don't format the drive, you can simply delete all the files on it and copy newer files from future updated ISOs e.g. you can do it when Windows 10 will reach the RTM stage.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).