From b3117c27f283c2d5a25fd94021a9f628a272cda6 Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Thu, 24 Dec 2020 23:39:47 +0100 Subject: [PATCH] rename app launch tracking tweak to make it more clear #44 --- src/application/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/application.yaml b/src/application/application.yaml index 7f209f96..473c7c71 100644 --- a/src/application/application.yaml +++ b/src/application/application.yaml @@ -1102,7 +1102,7 @@ actions: reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\default\WiFi\AllowAutoConnectToWiFiSenseHotspots" /v "value" /t REG_DWORD /d 0 /f reg add "HKLM\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\config" /v "AutoConnectAllowedOEM" /t REG_DWORD /d 0 /f - - name: Disable App Launch Tracking + name: Hide most used apps (tracks app launch) docs: https://www.thewindowsclub.com/enable-or-disable-app-launch-tracking-in-windows-10 recommend: strict code: reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Start_TrackProgs" /d 0 /t REG_DWORD /f