0% found this document useful (0 votes)
11 views2 pages

WinPE x86 Customization Guide

This document contains commands to customize a Windows PE boot image by mounting the boot.wim file, adding packages and drivers, copying additional files, and then committing the changes back to the boot image file.

Uploaded by

ZeRo_eFeX
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

WinPE x86 Customization Guide

This document contains commands to customize a Windows PE boot image by mounting the boot.wim file, adding packages and drivers, copying additional files, and then committing the changes back to the boot image file.

Uploaded by

ZeRo_eFeX
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

[Link] x86 c:\winpe_x86 copy c:\winpe_x86\[Link] c:\winpe_x86\ISO\sources\[Link] Dism /Mount-Wim /WimFile:C:\winpe_x86\ISO\sources\boot.

wim /index:1 /MountDir:C:\winpe_x86\mount Dism /image:C:\winpe_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\[Link]" Dism /image:C:\winpe_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\[Link]" Dism /image:C:\winpe_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\[Link]" copy "C:\Program Files\Windows AIK\Tools\x86\[Link]" C:\winpe_x86\mount\Windows\System32\[Link] copy "C:\Program Files\Symantec\Ghost\[Link]" c:\winpe_x86\mount\windows copy "C:\Program Files\Symantec\Ghost\[Link]" c:\winpe_x86\mount\windows\system32 Dism /image:C:\winpe_x86\mount /Add-Driver /driver:c:\drivers /recurse /FORCEUNSIGNED

EDIT [Link] BEFORE ISSUING LAST COMMAND

Dism /unmount-Wim /MountDir:C:\winpe_x86\mount /Commit

imagex /mountrw c:\winpe_x86\[Link] 1 c:\winpe_x86\mount

imagex /unmount c:\winpe_x86\mount /commit

xcopy C:\winpe_x86\iso\*.* /e H:\

You might also like