From f5030b5074ce8f8f5d910267350a524a5feb41e3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 8 Feb 2024 18:18:41 +0100 Subject: [PATCH] Update win11x64.xml --- assets/win11x64.xml | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index 7e2bf4d..3fa19df 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -364,59 +364,64 @@ 3 - reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f - Disable unsupported hardware notifications + reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v "DevicePasswordLessBuildVersion" /t REG_DWORD /d 0 /f + Enable option for passwordless sign-in 4 - reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f - Disable unsupported hardware notifications - - - 5 cmd /C wmic useraccount where name="Docker" set PasswordExpires=false Password Never Expires - 6 + 5 cmd /C POWERCFG -H OFF Disable Hibernation - 7 + 6 cmd /C POWERCFG -X -monitor-timeout-ac 0 Disable monitor blanking - 8 + 7 reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f Disable Network Discovery popup - 9 + 8 reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f Disable Network Discovery popup - 10 + 9 reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f Disable first-run experience in Edge - 11 + 10 reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f Show file extensions in Explorer - 12 + 11 reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f Zero Hibernation File - 13 + 12 reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f Disable Hibernation Mode + + 13 + reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f + Disable unsupported hardware notifications + + + 14 + reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f + Disable unsupported hardware notifications +