Disable GeoLocation service in WPFTweaksLocation (#4307)

* Disable GeoLocation service in WPFTweaksLocation

* Update tweaks.json

* Update tweaks.json
This commit is contained in:
Gabi
2026-04-07 20:50:50 +03:00
committed by GitHub
parent 0cd971d992
commit 3ceea1b9c1

View File

@@ -140,6 +140,13 @@
"Description": "Disables Location Tracking.", "Description": "Disables Location Tracking.",
"category": "Essential Tweaks", "category": "Essential Tweaks",
"panel": "1", "panel": "1",
"service": [
{
"Name": "lfsvc ",
"StartupType": "Disable",
"OriginalType": "Manual"
}
],
"registry": [ "registry": [
{ {
"Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\location", "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\location",
@@ -155,13 +162,6 @@
"Type": "DWord", "Type": "DWord",
"OriginalValue": "1" "OriginalValue": "1"
}, },
{
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\lfsvc\\Service\\Configuration",
"Name": "Status",
"Value": "0",
"Type": "DWord",
"OriginalValue": "1"
},
{ {
"Path": "HKLM:\\SYSTEM\\Maps", "Path": "HKLM:\\SYSTEM\\Maps",
"Name": "AutoUpdateEnabled", "Name": "AutoUpdateEnabled",