13,457
edits
Pivotman319 (talk | contribs) Tag: 2017 source edit |
Pivotman319 (talk | contribs) m (→Creation) Tag: 2017 source edit |
||
Line 14: | Line 14: | ||
==Creation== | ==Creation== | ||
A custom Windows PE image can be created with the following instructions, provided that a set of tools from Microsoft are installed. | |||
===Windows XP or Server 2003=== | ===Windows XP or Server 2003=== | ||
Windows PE creation based on [[Windows XP]] or [[Windows Server 2003|Server 2003]] requires Windows OEM Preinstallation Kit. To create Windows PE: | Windows PE creation based on [[Windows XP]] or [[Windows Server 2003|Server 2003]] requires the Windows OEM Preinstallation Kit. To create a Windows PE image: | ||
#Open a command prompt window (In Windows Vista or later requires to open CMD as Administrator), | #Open a command prompt window (In Windows Vista or later requires to open CMD as Administrator), | ||
Line 25: | Line 25: | ||
===Windows Vista or later=== | ===Windows Vista or later=== | ||
Windows PE creation based on Windows Vista or 7 requires the Windows Automated Installation Kit (WAIK). For later versions of Windows, the Windows Assessment and Deployment Kit | Windows PE image creation based on Windows Vista or 7 requires the Windows Automated Installation Kit (WAIK). For later versions of Windows, the Windows Assessment and Deployment Kit (and the Windows PE addons for ADK versions 1809+) are required. | ||
# | To create a WinPE image, the following steps have to be performed: | ||
#Start the Windows PE/Deployment and Imaging Tools command prompt as an Administrator. | |||
#Run the following set of commands: | #Run the following set of commands: | ||
::<pre>copype (x86/amd64/ia64/arm/arm64) (Target folder) | ::<pre>copype (x86/amd64/ia64/arm/arm64) (Target folder) |