Instructions on how to create USB running Windows 8

TipsMake.com - Although added with Metro UI, Windows 8 consumes a small amount of memory space. This advantage helps users to run Windows 8 from a USB like with previous Windows operating systems. The article will guide users how to create a USB drive running Windows 8 to be able to boot on any computer.

Prepare

The essentials for this tutorial are:

  1. A 32GB USB drive or higher.
  2. ISO file Windows 8 or any other valid copy (x86).
  3. The Windows Auntomated Installation Kit (AIK). Don't install it yet!
  4. Windows 7 is installed on the computer.

After having all the above components, plug in the USB device.

Note : All data in USB will be deleted. Make sure there is no important information in it.

USB configuration

Open the command prompt under admin (right-click and select Run as Administrator ) and type:

DISKPART

Press Enter . Then type:

LIST DISK

The command will display the list of drives on the computer. Search for a USB drive in the list.

Instructions on how to create USB running Windows 8 Picture 1

Type:

SELECT DISK X

Replace " X " with the serial number on the left side of the USB drive.

Continue typing:

CLEAN
CREATE PARTITION PRIMARY

Now, fast format for USB. Type:

Format fs = ntfs quick

After the partition is created and formatted, you need to activate the partition using the command:

ACTIVE

Then exit with the command:

EXIT

So we have prepared for the USB drive. Now comes the installation.

Setting

Mount the Windows 8 image file into the drive.

Look in the DVD or image file and find the install.wim file. It will be easier if you search with the search bar in the upper right corner. This is a compressed file.

Instructions on how to create USB running Windows 8 Picture 2

Copy files from DVD or image files to a place on the drive.

Install the .NET Framework first. Better to install the latest .NET version.

Now, install the Automated Installation Kit.

In the command window, enter the following statement:

Imagex.exe / mount path x:

Replace the path with the guide to the install.gim file and replace x with the USB drive name. Import:

Imagex.exe / apply install.wim 1 x:
Bcdboot.exe x: windows / sx: / f ALL

to create boot configuration for USB.

Now, put the USB in the BIOS as the first boot device.

At the first boot, the USB may require product key for Windows. Please enter the key and start enjoying the great features from Windows 8.

5 ★ | 2 Vote

May be interested

  • Instructions for installing the printer in Windows 8Photo of Instructions for installing the printer in Windows 8
    one thing that users often don't realize is that microsoft has improved the printing feature on windows 8, allowing easier printing than previous windows versions. users will not have to search for drivers for the majority of current popular printer models.
  • Install Ubuntu on Windows 8Photo of Install Ubuntu on Windows 8
    this article will guide users to install the windows 8-based ubuntu operating system with the built-in hyper-v virtual machine software built into windows 8.
  • Distinguish local accounts and Microsoft accounts on Windows 8Photo of Distinguish local accounts and Microsoft accounts on Windows 8
    windows 8 integrates more microsoft services than previous windows versions. when creating a user account on the computer, you will be asked to use a microsoft account. this account is different from the usual local account. the article will explain the differences between these two types of accounts and their functions
  • Block the website by hosts files on Windows 8Photo of Block the website by hosts files on Windows 8
    due to security issues, windows 8 does not allow users to edit hosts files. when adding a line to the hosts file to block certain websites, then windows 8 will automatically remove these lines and completely reject the changes made.
  • Instructions for accessing BIOS on Windows 8Photo of Instructions for accessing BIOS on Windows 8
    one of the changes that appears on windows 8 and the newer computers designed for this operating system is how to access the system bios. instead of having to press a key while the system is booting, an option to allow bios access is now set at the boot menu in windows 8 to allow users to enter the bios from within the operating system.
  • Use parallel Windows 7 and Windows 8 on PCPhoto of Use parallel Windows 7 and Windows 8 on PC
    if you have a pc running windows 7 but aren't sure if you're ready to upgrade to windows 8, a dual-boot system might be a good solution.