From ddfc41481688162f49ad5e0da3998a63cac584dc Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:18:18 +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 d078377..40196f3 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" 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