Privacy and Security Enable or Disable App Launch Tracking in Windows 11


  • Staff
Apps_banner.png

This tutorial will show you how to enable or disable app launch tracking for your account, all users, or specific users in Windows 11.

App launch tracking allows Windows to personalize your Start menu based on the apps that you launch. This allows you to quickly have access to your list of most-used apps both in the Start menu and when you search your device.

Reference:

Turning off or disabling app launch tracking will disable Show most used apps on Start menu > All apps.

Turing off or disabling app launch tracking will also clear and disable the AutoSuggest history for apps in the drop down list of Run (Win+R) and File Explorer (Win+E) address bar. This does not affect file, folder, drive, network, and URL paths in AutoSuggest.



Contents

  • Option One: Turn On or Off App Launch Tracking for Current User in Settings
  • Option Two: Turn On or Off App Launch Tracking for Current User using REG file
  • Option Three: Enable or Disable App Launch Tracking for All or Specific Users in Local Group Policy Editor
  • Option Four: Enable or Disable App Launch Tracking for All Users using REG file




Option One

Turn On or Off App Launch Tracking for Current User in Settings


1 Open Settings (Win+I).

2 Click/tap on Privacy & security on the left side, and click/tap on General on the right side. (see screenshot below)


App_launch_tracking_Settings-1.png

3 Turn On (default) or Off Let Windows improve Start and search results by tracking app launches for what you want on the right side. (see screenshot below)

App_launch_tracking_Settings-2.png

4 You can now close Settings if you like.




Option Two

Turn On or Off App Launch Tracking for Current User using REG file


1 Do step 2 (on) or step 3 (off) below for what you want.

2 Turn On App Launch Tracking

This is the default setting.


A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Turn_On_app_launch_tracking_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_TrackProgs"=dword:00000001

3 Turn Off App Launch Tracking

A) Click/tap on the Download button below to download the REG file below, and go to step 4 below.​

Turn_Off_app_launch_tracking_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_TrackProgs"=dword:00000000

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.




Option Three

Enable or Disable App Launch Tracking for All or Specific Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Four to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)

User Configuration>Administrative Templates>Windows Components>Edge UI

App_launch_tracking_gpedit-1.png

3 In the right pane of Edge UI, double click/tap on the Turn off tracking of app usage policy to edit it. (see screenshot above)

4 Do step 5 (enable) or step 6 (disable) below for what you would like to do.

5 Enable App Launch Tracking

This is the default setting to allow using Option One and Option Two.


A) Select (dot) Not Configured, click/tap on OK, and go to step 7 below. (see screenshot below)​

App_launch_tracking_gpedit-2.png

6 Disable App Launch Tracking

This will disable (gray out) and prevent using Option One and Option Two.


A) Select (dot) Enabled, click/tap on OK, and go to step 7 below. (see screenshot below)​

App_launch_tracking_gpedit-3.png

7 You can now close the Local Group Policy Editor if you like.




Option Four

Enable or Disable App Launch Tracking for All Users using REG file


You must be signed in as an administrator to use this option.


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.


 2. Enable App Launch Tracking for All Users

This is the default setting to allow using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Enable_app_launch_tracking.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI]
"DisableMFUTracking"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
"DisableMFUTracking"=-


 3. Disable App Launch Tracking for All Users

This will disable (gray out) and prevent using Option One and Option Two.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Disable_app_launch_tracking_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI]
"DisableMFUTracking"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\EdgeUI]
"DisableMFUTracking"=dword:00000001

4 Save the REG file to your desktop.

5 Double click/tap on the downloaded REG file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

  • Apps.png
    Apps.png
    10.8 KB · Views: 128
  • Turn_Off_app_launch_tracking_for_current_user.reg
    648 bytes · Views: 309
  • Turn_On_app_launch_tracking_for_current_user.reg
    648 bytes · Views: 281
  • Disable_app_launch_tracking_for_all_users.reg
    822 bytes · Views: 286
  • Enable_app_launch_tracking.reg
    770 bytes · Views: 238
Last edited:
Back
Top Bottom