#===================================================
#===================================================
#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
#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'
$DestinationName = 'Microsoft Windows PE (x64)'