Update win10x64-iot.xml

This commit is contained in:
Kroese 2024-04-28 12:18:00 +02:00 committed by GitHub
parent 8fbdb17c07
commit e592bda4df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -472,7 +472,7 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>23</Order>
<CommandLine>cmd.exe /c if exist "C:\OEM\install.bat" start "Install" "C:\OEM\install.bat"</CommandLine>
<CommandLine>cmd.exe /c if exist "C:\OEM\install.bat" cmd /c start "Install" "C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>
</FirstLogonCommands>