From da9e2e086181906088dabd418cf10c9cbe78db6d Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 26 Apr 2024 15:30:51 +0200 Subject: [PATCH] Update win11x64.xml --- assets/win11x64.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index 4b67a31..c13a95e 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -480,15 +480,20 @@ 22 netsh advfirewall firewall set rule group="Network Discovery" new enable=Yes - Enable Network Discovery and File Sharing + Enable Network Discovery 23 + netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=Yes + Enable File Sharing + + + 24 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 24 + 25 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications