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'),