From e3a75d2d7ae660c83728015a4746cca689587573 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:36:13 +0200 Subject: [PATCH] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 40196f3..74417a4 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -470,7 +470,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