Skip to content
Follow
Browsers Windows

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

Richard
Written by
Richard
Apr 23, 2026 Updated Jul 11, 2026 2 min read
Web browser interface with highlighted settings and share icon
Web browser interface with highlighted settings and share icon

Microsoft Edge includes a Share menu, a handy tool for sending links to other apps, nearby devices, or email. You can also use it to generate QR codes.

⚡ Quick Answer

You can enable or disable Edge sharing by using the Windows Terminal as an administrator. Run ‘reg delete “HKLM\SOFTWARE\Policies\Microsoft\Edge” /v ConfigureShare /f’ to enable it, or ‘reg add “HKLM\SOFTWARE\Policies\Microsoft\Edge” /v ConfigureShare /t REG_DWORD /d 1 /f’ to disable it.

Why enable or disable Share?

Disabling Edge’s Share feature can prevent accidental sharing on public computers and helps keep the browser focused. Enabling the Share feature gives users full access to Windows’ built-in sharing tools.

What happens when done?

Disabling Edge sharing removes the ‘Share’ button from Microsoft Edge’s menus and toolbar, stopping it from offering sharing options. Administrator access is required for this change, as the ConfigureShare policy governs the sharing option.

Managing Edge’s sharing features necessitates signing in as an administrator. This functionality is controlled by the ConfigureShare setting within the Microsoft Edge Browser Policy Documentation.

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 disable Edge sharing, you’ll use a specific command in Windows Terminal. First, open the Windows Terminal app. To do this with administrator privileges, right-click the app icon and select ‘Run as administrator’. Then, you can copy and paste the command to remove the sharing setting. This command tells Windows to delete the sharing configuration for Edge.

🗝️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

You can control the Share feature’s availability in Microsoft Edge by adjusting the registry policy. These commands let administrators show or hide the sharing menu for everyone on the computer. Always ensure you are running the terminal with administrator privileges to apply these changes successfully.

How do you share on Microsoft Edge?

Sharing content on Microsoft Edge is a quick process: click the three dots in the top corner to open the menu and then select ‘Share’.

How does Microsoft sharing work?

Microsoft’s sharing feature works by using a Windows system component that acts as a bridge, connecting Edge to your computer.

How to set up file sharing between two computers?

Setting up file sharing between two computers involves making sure they are on the same network and turning on specific sharing options in Windows.

How to sync Edge between devices?

Syncing Microsoft Edge between your devices is achievable when you sign in with the same Microsoft account on each computer.

Was this guide helpful?

Was this 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.

📚 Related Tutorials

How to Repair Microsoft Edge in Windows 11
Windows How to Repair Microsoft Edge in Windows 11
How to View Microsoft Edge Policies
Browsers How to View Microsoft Edge Policies
How to Enable or Disable Always Show Scrollbars in Microsoft Edge
Browsers How to Enable or Disable Always Show Scrollbars in Microsoft Edge
How to Show Your Profile Icon in Microsoft Edge
Browsers How to Show Your Profile Icon in Microsoft Edge

No comments yet — be the first to share your thoughts!

Leave a Comment

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