
=============================
Windows PE Custom Build Guide
=============================

1. Installiere das Windows ADK + WinPE-Add-on
2. Öffne eine administrative Eingabeaufforderung
3. Baue das Grundsystem:
   copype amd64 C:\winpe-custom

4. Kopiere die Dateien aus diesem ZIP:
   xcopy /E /I C:\winpe-custom\custom\* C:\winpe-custom\mount

5. Mount & integriere Treiber:
   dism /Mount-Image /ImageFile:"C:\winpe-custom\media\sources\boot.wim" /index:1 /MountDir:"C:\winpe-custom\mount"
   dism /Image:"C:\winpe-custom\mount" /Add-Driver /Driver:"C:\winpe-custom\Drivers" /Recurse
   dism /Unmount-Image /MountDir:"C:\winpe-custom\mount" /Commit

6. Erstelle ISO:
   MakeWinPEMedia /ISO C:\winpe-custom C:\winpe-custom\TreiberPE.iso
