dism /Add-Package /Image:"C:\WinPE_amd64\mount" /PackagePath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\WinPE-PowerShell.cab" Many recovery tools are built on WinPE:
| Name | Description | |------|-------------| | | Popular recovery toolbox (WinPE 10 based) | | Sergei Strelec’s WinPE | Extensive driver pack + portable software | | Gandalf’s WinPE | Lightweight recovery with password tools | | Medicat USB | Combines multiple PE environments | | Windows Installation Media | Official ISO includes WinPE for setup |
| Component | Method | |-----------|--------| | (storage, network, USB) | dism /Add-Driver | | Languages | Add language packs via DISM | | Scripts | Place in C:\WinPE_amd64\mount\Windows\System32\startnet.cmd | | PowerShell | Add WinPE-PowerShell optional component | | GUI (basic) | Use WinPE-Scripting + WinPE-HTA (old) or third-party launchers | | Third-party tools | Copy EXEs into ISO and run from startnet.cmd or manually |
Windows Pe: Iso
dism /Add-Package /Image:"C:\WinPE_amd64\mount" /PackagePath:"C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs\WinPE-PowerShell.cab" Many recovery tools are built on WinPE:
| Name | Description | |------|-------------| | | Popular recovery toolbox (WinPE 10 based) | | Sergei Strelec’s WinPE | Extensive driver pack + portable software | | Gandalf’s WinPE | Lightweight recovery with password tools | | Medicat USB | Combines multiple PE environments | | Windows Installation Media | Official ISO includes WinPE for setup |
| Component | Method | |-----------|--------| | (storage, network, USB) | dism /Add-Driver | | Languages | Add language packs via DISM | | Scripts | Place in C:\WinPE_amd64\mount\Windows\System32\startnet.cmd | | PowerShell | Add WinPE-PowerShell optional component | | GUI (basic) | Use WinPE-Scripting + WinPE-HTA (old) or third-party launchers | | Third-party tools | Copy EXEs into ISO and run from startnet.cmd or manually |