Windows-pe

Aus xinux.net
Zur Navigation springen Zur Suche springen

Include a Custom Script in a Windows PE Image

Beispieldateien für die unbeaufsichtigte Installation

Powershell | WGet in WinPE via SCCM TS

type c:\start.cmd

del c:\startup.cmd
powershell.exe -command (($DL = New-Object System.Net.WebClient).DownloadFile(\"http://doom.xinux.org/download/startup.cmd\",\"c:\startup.cmd\")) 
c:\startup.cmd


scripted install with windows-pe

To build WinPE Boot images for Windows 7 64-bit use the following commands:

  • copype amd64 C:\winpe
  • copy "C:\Program Files\Windows AIK\Tools\PETools\amd64\winpe.wim" C:\winpe\ISO\Sources\Boot.wim
  • copy "C:\Program Files\Windows AIK\Tools\amd64\Imagex.exe" C:\winpe\ISO\


  • oscdimg -n -bC:\winpe_amd64\etfsboot.com C:\winpe_amd64\ISO C:\winpe_amd64\winpe_amd64.iso


mit denen beiden sollte es klappen