diff --git a/assets/win81x64.xml b/assets/win81x64.xml
index 3ac7963..19ea568 100644
--- a/assets/win81x64.xml
+++ b/assets/win81x64.xml
@@ -335,6 +335,11 @@
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes
Enable File Sharing
+
+ 17
+ 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
+