Disable Third-Party Apps in Windows Share Menu
This guide explains how to prevent third-party applications from appearing in the Windows 10 and Windows 11 Share sheet using the Windows Registry Editor (Regedit). Modifying these registry settings streamlines the native sharing flyout, restricts app-suggested actions, and leaves only default Windows sharing options.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditinto the field and pressEnter(or click OK). - When prompted by User Account Control (UAC), click Yes to grant administrator privileges.
Step 2: Navigate to the Explorer Policies Key
Use the left navigation pane or paste the following path directly into the address bar at the top of the Registry Editor:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer
Note: If the Explorer key does not exist under
Windows, right-click on the Windows folder,
select New > Key, and name it
Explorer.
Step 3: Create the DWORD Value to Block Third-Party App Suggestions
- With the Explorer key selected in the left pane, right-click any empty space in the right pane.
- Select New > DWORD (32-bit) Value.
- Name the new value
NoUseStoreOpenWith. - Double-click
NoUseStoreOpenWithto open its properties. - Set the Value data field to
1. - Ensure the Base is set to Hexadecimal, then click OK.
Step 4: Restrict User-Level Package Sharing (Optional)
To ensure current user profiles do not query installed Store packages for the Share contract:
Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ExplorerCheck if a sub-key named
ShareOptionsexists. If not, right-clickExplorer, choose New > Key, and name itShareOptions.Select
ShareOptions, right-click in the right pane, and select New > DWORD (32-bit) Value.Name the value
DisableAppList(orBlockThirdPartyAppSharingdepending on your specific Windows build).Set its Value data to
1and click OK.
Step 5: Restart Windows Explorer
For the changes to take effect immediately without rebooting your computer:
- Press
Ctrl + Shift + Escto open the Task Manager. - Locate Windows Explorer in the list of processes.
- Right-click Windows Explorer and select Restart.
The Windows Share menu will now display native sharing options
without populating installed third-party apps or Store integrations. To
revert the changes, navigate back to the created values, set their data
to 0, or delete the created DWORD entries.