From 6bfc1364c55c63bc39e0f38c1d8a593a7a0406b6 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:11:13 +0200 Subject: [PATCH] Update win10x64-enterprise-eval.xml --- assets/win10x64-enterprise-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win10x64-enterprise-eval.xml b/assets/win10x64-enterprise-eval.xml index 19224d9..7e9c271 100644 --- a/assets/win10x64-enterprise-eval.xml +++ b/assets/win10x64-enterprise-eval.xml @@ -462,6 +462,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 +