From a72f2733253483dfa4fe26ac2f0a68ec207a8c7f Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:39:07 +0200 Subject: [PATCH] Update win2022-eval.xml --- assets/win2022-eval.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win2022-eval.xml b/assets/win2022-eval.xml index afeda33..badd14c 100644 --- a/assets/win2022-eval.xml +++ b/assets/win2022-eval.xml @@ -375,6 +375,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 +