From 11cd0244bca47a9f8ac25175753e33d5df853b77 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:39:26 +0200 Subject: [PATCH] Update win7x64.xml --- assets/win7x64.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/win7x64.xml b/assets/win7x64.xml index 944c520..e0ae7e0 100644 --- a/assets/win7x64.xml +++ b/assets/win7x64.xml @@ -305,6 +305,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 +