diff --git a/assets/win10x64-iot.xml b/assets/win10x64-iot.xml
index 66d69a9..0205277 100644
--- a/assets/win10x64-iot.xml
+++ b/assets/win10x64-iot.xml
@@ -470,6 +470,11 @@
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
Enable File Sharing
+
+ 23
+ cmd.exe /c if exist "C:\OEM\install.bat" start "Install" "C:\OEM\install.bat"
+ Execute custom script from the OEM folder if exists
+