From ca6f73c8ca4a5ee4e8ee4f754e6656697a7fe868 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 12 Sep 2026 17:13:08 +0200 Subject: [PATCH] Update win7x86.cmd --- assets/win7x86.cmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/win7x86.cmd b/assets/win7x86.cmd index 2b848cc8..c5f71672 100644 --- a/assets/win7x86.cmd +++ b/assets/win7x86.cmd @@ -78,6 +78,9 @@ POWERCFG -X -standby-timeout-ac 0 rem Enable RemoteAPP to launch unlisted programs. reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fAllowUnlistedRemotePrograms" /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