Page 1 of 1

WinPE: Create a Boot ISO image windows 8

Posted: Thu May 22, 2014 3:14 pm
by RescuePC
WinPE: Create a Boot ISO image windows 8

1.
Install all the following features from the Windows Assessment and Deployment Kit (Windows ADK):
http://go.microsoft.com/fwlink/p/?LinkID=232339
◦ Deployment Tools: includes the Deployment and Imaging Tools Environment.
◦ Windows Preinstallation Environment : includes the files used to install Windows PE.

2.
Click Start, and type deployment. Right-click Deployment and Imaging Tools Environment and then select Run as administrator.

3.
Create a working copy of the Windows PE files. Specify either x86 or amd64:
copype amd64 C:\WinPE_amd64

4.
Create an ISO file containing the Windows PE files:
MakeWinPEMedia /ISO C:\WinPE_amd64 C:\WinPE_amd64\WinPE_amd64.iso

5.
To burn a DVD or CD

Addition: If you want to add/modify your WinPE try this
WinPE: Mount and Customize
http://technet.microsoft.com/en-us/libr ... 24972.aspx

Cheers
RescuePC