From 1f1f3cafd8d00849a3411eacdd8e83eb07febf52 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 12 Sep 2026 17:17:07 +0200 Subject: [PATCH] Update win81x64-enterprise.cmd --- assets/win81x64-enterprise.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/win81x64-enterprise.cmd b/assets/win81x64-enterprise.cmd index d81b3521..cc9cd331 100644 --- a/assets/win81x64-enterprise.cmd +++ b/assets/win81x64-enterprise.cmd @@ -76,7 +76,7 @@ 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\Policies\Microsoft\Windows\WindowsUpdate\AU" /v "NoAutoUpdate" /t REG_DWORD /d 1 /f +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