From 216b77d75b7d6395a299cdc1535e8e4623ab8f49 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 12 Sep 2026 18:10:52 +0200 Subject: [PATCH] Update win2019-hv.cmd --- assets/win2019-hv.cmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/win2019-hv.cmd b/assets/win2019-hv.cmd index f8959850..c598aa37 100644 --- a/assets/win2019-hv.cmd +++ b/assets/win2019-hv.cmd @@ -81,9 +81,6 @@ 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