From 4a56009a954bf8ad9a706a3be361d58d1250dee7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 7 Oct 2025 15:27:02 +0200 Subject: [PATCH] Update win2008r2-eval.xml --- assets/win2008r2-eval.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/win2008r2-eval.xml b/assets/win2008r2-eval.xml index 90e61af..09a23ce 100644 --- a/assets/win2008r2-eval.xml +++ b/assets/win2008r2-eval.xml @@ -275,21 +275,26 @@ 17 + reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f + Turn off Windows Update auto download + + + 18 netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes Enable Network Discovery - 18 + 19 netsh advfirewall firewall set rule group="@FirewallAPI.dll,-28502" new enable=Yes Enable File Sharing - 19 + 20 cmd /C mklink /d %userprofile%\Desktop\Shared \\host.lan\Data Create desktop shortcut to shared folder - 20 + 21 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