diff --git a/config/preset.json b/config/preset.json index 88c14688..2c475171 100644 --- a/config/preset.json +++ b/config/preset.json @@ -7,7 +7,6 @@ "WPFTweaksLocation", "WPFTweaksServices", "WPFTweaksTele", - "WPFTweaksWifi", "WPFTweaksDiskCleanup", "WPFTweaksDeleteTempFiles", "WPFTweaksEndTaskOnTaskbar", diff --git a/config/tweaks.json b/config/tweaks.json index 1aeb7d02..4f9d254f 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2035,30 +2035,6 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/tele" }, - "WPFTweaksWifi": { - "Content": "Disable Wi-Fi Sense", - "Description": "Wi-Fi Sense is a spying service that phones home all nearby scanned Wi-Fi networks and your current geographic location.", - "category": "Essential Tweaks", - "panel": "1", - "Order": "a005_", - "registry": [ - { - "Path": "HKLM:\\Software\\Microsoft\\PolicyManager\\default\\WiFi\\AllowWiFiHotSpotReporting", - "Name": "Value", - "Type": "DWord", - "Value": "0", - "OriginalValue": "1" - }, - { - "Path": "HKLM:\\Software\\Microsoft\\PolicyManager\\default\\WiFi\\AllowAutoConnectToWiFiSenseHotspots", - "Name": "Value", - "Type": "DWord", - "Value": "0", - "OriginalValue": "1" - } - ], - "link": "https://winutil.christitus.com/dev/tweaks/essential-tweaks/wifi" - }, "WPFTweaksDisableEdge": { "Content": "Disable Edge", "Description": "Prevent msedge.exe from running with explorer policies.",