From e592bda4df70af4ac31590eadde73e1f091591fb Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:18:00 +0200 Subject: [PATCH] Update win10x64-iot.xml --- assets/win10x64-iot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml index 0205277..80db2e5 100644 --- a/assets/win10x64-iot.xml +++ b/assets/win10x64-iot.xml @@ -472,7 +472,7 @@ 23 - cmd.exe /c if exist "C:\OEM\install.bat" start "Install" "C:\OEM\install.bat" + cmd.exe /c if exist "C:\OEM\install.bat" cmd /c start "Install" "C:\OEM\install.bat" Execute custom script from the OEM folder if exists