From 26979749df172571fef4c0650992cc308756a44d Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:35:54 +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 80db2e5..27b5ca1 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" cmd /c start "Install" "C:\OEM\install.bat" + cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists