|
|
Line 91: |
Line 91: |
| |New WinPE builds released in sync with Windows 11 feature updates | | |New WinPE builds released in sync with Windows 11 feature updates |
| |} | | |} |
|
| |
| == 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 PE creation based on [[Windows XP]] or [[Windows Server 2003|Server 2003]] requires the Windows OEM Preinstallation Kit (OPK). To create a WinPE image, the following steps have to be performed:
| |
| #Open a command prompt window (under elevated privileges if running under Windows Vista or later)
| |
| #Mount the ISO file under a drive letter or insert the installation disc.
| |
| #Change the directory to a folder that contains <code>mkimg.cmd</code>.
| |
| #Run the following command:
| |
| ::<pre>mkimg.cmd (The drive letter of the installation disc) (Target folder) (Target ISO)</pre>
| |
|
| |
| ===Windows Vista or later ===
| |
| 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 under administrative privileges.
| |
| #Run the following set of commands:
| |
| ::<pre>copype (x86/amd64/ia64/arm/arm64) (Target folder)</pre>
| |
| ::<pre>makewinpemedia /iso (source folder) (target ISO)</pre>
| |
|
| |
|
| ==Gallery== | | ==Gallery== |