Hi All,
Would like to run a bat file as first thing when booted with WDS (windows 8.1 boot.wim).Don't want to achieve this with WDS unattend file as it will be specific to architecture, I want specific to boot image.
Checked with unattend file but it didn't worked.
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">
<RunAsynchronous>
<RunAsynchronousCommand wcm:action="add">
<Path>X:\Windows\System32\myfile.bat</Path>
<Description>FormatOSPart</Description>
<Order>1</Order>
</RunAsynchronousCommand>
</RunAsynchronous>
</component>
N.A.Malik