From 1f34f8d2046e7a697de7ecb977487d496bab60d8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:37:52 +0200 Subject: [PATCH] Update win2008r2.xml --- assets/win2008r2.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2008r2.xml b/assets/win2008r2.xml index 0a4f267..4903645 100644 --- a/assets/win2008r2.xml +++ b/assets/win2008r2.xml @@ -302,6 +302,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 +