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

@@ -371,6 +371,19 @@
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableLocationServices",
"Label": "Windows location services & app location access",
"ToolTip": "This will turn off Windows Location Services and deny apps access to your location.",
"Category": "Privacy & Suggested Content",
"Action": "Disable",
"RegistryKey": "Disable_Location_Services.reg",
"ApplyText": "> Disabling Windows location services and app location access...",
"UndoAction": "Enable",
"RegistryUndoKey": "Enable_Location_Services.reg",
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableSearchHistory",
"Label": "local Windows Search history",