From bca7c75f0710bd147b56fb87dfa0fe8d0e311479 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:11:49 +0200 Subject: [PATCH] Update win10x64-ltsc.xml --- assets/win10x64-ltsc.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-ltsc.xml b/assets/win10x64-ltsc.xml index 6c8836d..d078377 100644 --- a/assets/win10x64-ltsc.xml +++ b/assets/win10x64-ltsc.xml @@ -468,6 +468,11 @@ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes Enable File Sharing + + 23 + cmd.exe /c if exist "C:\OEM\install.bat" start "Install" "C:\OEM\install.bat" + Execute custom script from the OEM folder if exists +