From 7d8f9c219a459341c22203c8570db80aef97834d Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:58:18 +0200 Subject: [PATCH] Update win10arm64.xml --- assets/win10arm64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10arm64.xml b/assets/win10arm64.xml index b2ec26e..e7c0a4d 100644 --- a/assets/win10arm64.xml +++ b/assets/win10arm64.xml @@ -464,6 +464,11 @@ netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes Enable File Sharing + + 23 + 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 +