Add option to disable location services (#478)

This commit is contained in:
Jeffrey
2026-02-18 20:53:53 +01:00
committed by GitHub
parent b355706cee
commit e496aa3af0
7 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
Windows Registry Editor Version 5.00
; Re-enable the Windows Location Service (system-wide)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location]
"Value"="Allow"
; Re-allow app access to location for the current user
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location]
"Value"="Allow"