From 56b22d44cca1b1f9aa752e179234fbad636b175b Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 19 May 2024 18:48:35 +0200 Subject: [PATCH] Update win81x64-enterprise-eval.xml --- assets/win81x64-enterprise-eval.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win81x64-enterprise-eval.xml b/assets/win81x64-enterprise-eval.xml index d7493f0..92af6aa 100644 --- a/assets/win81x64-enterprise-eval.xml +++ b/assets/win81x64-enterprise-eval.xml @@ -317,16 +317,21 @@ 15 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f + Turn off Windows Update auto download + + + 16 netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes Enable Network Discovery - 16 + 17 netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes Enable File Sharing - 17 + 18 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