Allow password sign-in for MS accounts

Addresses issue #210
This commit is contained in:
2Shirt 2023-03-26 23:04:45 -07:00
parent d5bc74d21b
commit 7c66eb5e99
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

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