Browsers Windows

How Do You Enable or Disable Edge Sharing in Windows 11?

Richard
Written by
Richard
Apr 23, 2026 1 min read

The Share menu in Microsoft Edge lets you quickly send links to other apps, nearby devices, or email. You can also use it to generate QR codes.

Why enable or disable Share?

You might want to disable this feature to keep your browser focused or to prevent accidental sharing of information in a shared computer environment. Enabling it ensures you have full access to all of Windows’ built-in sharing tools.

What happens when done?

When enabled, you will see the Share option in the Edge menu. When disabled, the Share option is removed from the menu, and the icon is hidden from your toolbar if it was previously pinned there.

Note: You must be signed in as an administrator to perform these steps. Microsoft Edge Browser Policy Documentation ConfigureShare

Steps to Configure Sharing

  1. Open the Windows Terminal app as an administrator.
  2. Depending on your goal, copy and paste one of the following commands:

To Enable Share (Default):

🗝️Registry
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v ConfigureShare /f

To Disable Share:

🗝️Registry
reg add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v ConfigureShare /t REG_DWORD /d 1 /f

Summary

By adjusting the registry policy, you can control the availability of the Share feature in Microsoft Edge. Using these commands allows administrators to show or hide the sharing menu for all users on the computer. Always ensure you are running the terminal with administrator privileges to apply these changes successfully.

Was this guide helpful?

Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version