From 3ceea1b9c1266428b85c629347ba007f12784827 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:50:50 +0300 Subject: [PATCH] Disable GeoLocation service in WPFTweaksLocation (#4307) * Disable GeoLocation service in WPFTweaksLocation * Update tweaks.json * Update tweaks.json --- config/tweaks.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 17c071c6..681e8a72 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -140,6 +140,13 @@ "Description": "Disables Location Tracking.", "category": "Essential Tweaks", "panel": "1", + "service": [ + { + "Name": "lfsvc ", + "StartupType": "Disable", + "OriginalType": "Manual" + } + ], "registry": [ { "Path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\location", @@ -155,13 +162,6 @@ "Type": "DWord", "OriginalValue": "1" }, - { - "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\lfsvc\\Service\\Configuration", - "Name": "Status", - "Value": "0", - "Type": "DWord", - "OriginalValue": "1" - }, { "Path": "HKLM:\\SYSTEM\\Maps", "Name": "AutoUpdateEnabled",