diff --git a/assets/win10arm64.xml b/assets/win10arm64.xml
index b2ec26e..e7c0a4d 100644
--- a/assets/win10arm64.xml
+++ b/assets/win10arm64.xml
@@ -464,6 +464,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
+