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