<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<AcceptEula>true</AcceptEula>
<Key>NPPR9-FWDCX-D2C8J-H872K-2YT43</Key>
<WillShowUI>Never</WillShowUI>
<RunSynchronousCommand wcm:action="add">
<Description>ExecutionPolicy Bypass</Description>
<Path>PowerShell -WindowStyle Hidden -Command "Set-ExecutionPolicy Bypass"</Path>
<RunSynchronousCommand wcm:action="add">
<Description>Add PowerShell Modules</Description>
<Path>PowerShell -Command "& {OSDWinPE -Modules -Verbose; Pause}"</Path>
<RunSynchronousCommand wcm:action="add">
<Description>OSD Settings</Description>
<Path>PowerShell -Command "& {OSDPower High -Verbose; OSDWinPE -InitializeNetwork -DisableFirewall -UpdateBootInfo -RemoteRecovery -Verbose; Pause}"</Path>