From 7c66eb5e99143e667ae7d3d14eef72176adc97b8 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 26 Mar 2023 23:04:45 -0700 Subject: [PATCH] Allow password sign-in for MS accounts Addresses issue #210 --- scripts/wk/cfg/setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/wk/cfg/setup.py b/scripts/wk/cfg/setup.py index 453b405c..0febc824 100644 --- a/scripts/wk/cfg/setup.py +++ b/scripts/wk/cfg/setup.py @@ -31,6 +31,10 @@ REG_CHROME_UBLOCK_ORIGIN = { } REG_WINDOWS_EXPLORER = { 'HKLM': { + # Allow password sign-in for MS accounts + r'Software\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device': ( + ('DevicePasswordLessBuildVersion', 0, 'DWORD'), + ), # Disable Location Tracking r'Software\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}': ( ('SensorPermissionState', 0, 'DWORD'),