From 25fd2b240dd630d03f5f78ea2ea77fb27f7a3374 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 12 Sep 2026 17:14:07 +0200 Subject: [PATCH] Update winvistax64-enterprise.cmd --- assets/winvistax64-enterprise.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/winvistax64-enterprise.cmd b/assets/winvistax64-enterprise.cmd index 12de6a0c..d041ff41 100644 --- a/assets/winvistax64-enterprise.cmd +++ b/assets/winvistax64-enterprise.cmd @@ -90,6 +90,9 @@ reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v " rem Disable RemoteApp allowlist. reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList" /v "fDisabledAllowList" /t REG_DWORD /d 1 /f +rem Turn off automatic Windows Update downloads. +reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v "AUOptions" /t REG_DWORD /d 1 /f + rem Enable Network Discovery. netsh advfirewall firewall set rule group="@FirewallAPI.dll,-32752" new enable=Yes