diff --git a/assets/win2016-eval.xml b/assets/win2016-eval.xml
index 6be15ac..981b766 100644
--- a/assets/win2016-eval.xml
+++ b/assets/win2016-eval.xml
@@ -371,6 +371,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
+