0% found this document useful (0 votes)
176 views6 pages

How To Use Winpe To Install Win10 Iot Core: Revision

This document provides instructions for using Windows PE (WinPE) to install Windows 10 IOT Core. It describes how to: 1. Create a bootable WinPE USB drive by downloading the Windows ADK, creating a WinPE media copy, and using MakeWinPEMedia to install WinPE to a USB stick. 2. Boot from the WinPE USB stick and use diskpart to check disks. Find the installation file, switch to its partition, and use dism.exe to install Windows 10 IOT Core to a disk, specifying the image file path and disk number. 3. Reboot to complete the installation process and enter Windows 10 IOT Core once installation is successful.

Uploaded by

Bobby
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views6 pages

How To Use Winpe To Install Win10 Iot Core: Revision

This document provides instructions for using Windows PE (WinPE) to install Windows 10 IOT Core. It describes how to: 1. Create a bootable WinPE USB drive by downloading the Windows ADK, creating a WinPE media copy, and using MakeWinPEMedia to install WinPE to a USB stick. 2. Boot from the WinPE USB stick and use diskpart to check disks. Find the installation file, switch to its partition, and use dism.exe to install Windows 10 IOT Core to a disk, specifying the image file path and disk number. 3. Reboot to complete the installation process and enter Windows 10 IOT Core once installation is successful.

Uploaded by

Bobby
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

How to use WinPE to

install Win10 IOT


Core

Revision: 01 D2

Update Date: 27 November 2019

Prepared For: AAEON

Prepared By: JunYingLai 賴俊穎 Evangelist


Revision History
The following table contains the information regarding the history and revisions of
this living document.
Version Date Contributor Changes Description

Document Attributes
The following table contains the list of files that are associated with this living
document.
Filename Description
N/A
1. Create a bootable WinPE USB drive................................ 4

1.1 Download and Install the Windows ADK as below link............................. 4

1.2 Create bootable WinPE media. ........................................... 4

1.3 Create a bootable WinPE USB drive ........................................ 4

2. Use WinPE to install Win 10 IOT Core............................. 5

2.1 How to boot from WinPE USB stick ............................... 5

2.2 Check all the disk ............................................ 5

2.3 Find your installation file ................................... 5

2.4 Install ....................................................... 5

3. Installation successful.......................................... 6
1. Create a bootable WinPE USB drive

1.1 Download and Install the Windows ADK as below link.

https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/download-winpe--

windows-pe#download-and-install-the-windows-adk

1.2 Create bootable WinPE media.

Step 1: Start the Deployment and Imaging Tools Environment as an administrator.


Step 2: Run copype to create a working copy of the Windows PE files. you can key
command: copype amd64 C:\WinPE_amd64

1.3 Create a bootable WinPE USB drive

Step 1: Attach a USB driver to your PC


Step 2: Start the Deployment and Imaging Tools Environment as an administrator.
Step 3: Use MakeWinPEMedia with the /UFD option to format and install Windows
PE to the USB flash drive, specifying the USB key's drive letter, If you want to install
WinPE on partition p, you can key command:
MakeWinPEMedia /UFD C:\WinPE_amd64 P:
2. Use WinPE to install Win 10 IOT Core

2.1 How to boot from WinPE USB stick

2.1.1 When you start up, press F7 to enter partition of your choice. You need to
choose the partition where WinPE is located. Press enter to enter WinPE.

2.2 Check all the disk

2.2.1 Key-in command after diskpart: list disk(mind the space) to check all the disk.
Memorize the disk you are going to install. Key-in exit after memorization to exit.

2.3 Find your installation file

2.3.1 If your installation file flash.ffu of Win10 IOT Core is in E Drive, key-in command
below to switch:
E:

2.4 Install

2.4.1 After switching to the partition where installation file belongs, key-in command
below to install. Reboot to enter Win10 IOT Core after installation.
dism.exe /Apply-Image /ImageFile:"flash.ffu" /SkipPlatformCheck
/ApplyDrive:\\.\PhysicalDriveN

Remark: (1) the path of imagefile must be where your file is located. (2) n changed to
0 means disk0 installed in list disk.
3. Installation successful
You have successfully installed if image below is shown.

You might also like