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
+