parent
d5bc74d21b
commit
7c66eb5e99
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ REG_CHROME_UBLOCK_ORIGIN = {
|
||||||
}
|
}
|
||||||
REG_WINDOWS_EXPLORER = {
|
REG_WINDOWS_EXPLORER = {
|
||||||
'HKLM': {
|
'HKLM': {
|
||||||
|
# Allow password sign-in for MS accounts
|
||||||
|
r'Software\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device': (
|
||||||
|
('DevicePasswordLessBuildVersion', 0, 'DWORD'),
|
||||||
|
),
|
||||||
# Disable Location Tracking
|
# Disable Location Tracking
|
||||||
r'Software\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}': (
|
r'Software\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}': (
|
||||||
('SensorPermissionState', 0, 'DWORD'),
|
('SensorPermissionState', 0, 'DWORD'),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue