Create WinPE.wim from Boot.wim or WinRE.wim
New-WinPE.ps1
Custom Variables
#===================================================
# Custom Variables
#===================================================
#Location of the Source Boot.wim or WinRE.wim
$SourceWim = 'D:\sources\boot.wim'
#Destination Directory to create WinPE.wim
$DestinationDir = 'C:\Temp'
#Sets the available scratch space, in megabytes
#Valid values are 32, 64, 128, 256 and 512
#Default is 32
$ScratchSpace = '256'
#The name of the time zone must exactly match the name of the time zone settings in the registry
#HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zone
$TimeZone = 'Central Standard Time'
#ImageName of the WIM
$DestinationName = 'Microsoft Windows PE (x64)'Build Process





WinRE.wim Differences


Last updated

