From 08c055bc3183d85346e18aef75ffb4a380b983c3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 5 Apr 2024 14:54:22 +0200 Subject: [PATCH] fix: Windows XP configuration --- src/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index 735377f..87bc9ed 100644 --- a/src/install.sh +++ b/src/install.sh @@ -833,10 +833,10 @@ prepareXP() { echo "\"FirewallOverride\"=dword:00000001" echo "\"FirewallDisableNotify\"=dword:00000001" echo "\"UpdatesDisableNotify\"=dword:00000001" - echo "\"AntiVirusDisableNotify\"=dword:00000001" + echo "\"AntiVirusDisableNotify\"=dword:00000001" echo "" echo "[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]" - echo "\"Start\"=dword:00000004" + echo "\"Start\"=dword:00000004" echo "" echo "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsFirewall\StandardProfile]" echo "\"EnableFirewall\"=dword:00000000"