Erstellen WinPE-DVD
siehe auch "Getting Started ..."
- cd c:\Programme\Windows AIK\Tools\PETools\
- copype.cmd x86 c:\winpe_x86
- copy ..\x86\imagex.exe c:\winpe_x86\iso\
- editiere c:\winpe_x86\iso\wimscript.ini mit Inhalt:
[ExclusionList] ntfs.log hiberfil.sys pagefile.sys "Sysetm Volume Information" RECYCLER Windows\CSC [CompressionExclusionList] *.mp3 *.zip *.cab \Windows\inf\*.pnf
- deutsche Tastatur einstellen:
- imagex /mountrw sources\boot.wim 1 c:IMGMOUNT
- intlcfg.exe -inputlocale:de-DE -image:c:\IMGMOUNT
- intlcfg.exe -syslocale:de-DE -image:c:\IMGMOUNT
- intlcfg.exe -userlocale:de-DE -image:c:\IMGMOUNT
- imagex /unmount /commit c:\IMGMOUNT
- oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
- iso-file brennen
|