Want to quickly share a window during your meeting without switching apps? Windows 11 now lets you share open app windows right from the taskbar! This guide will show you how to turn this feature on or off easily.
What Is This Feature?
Starting with Windows 11 build 22499, Microsoft added a handy way to share any open app window directly from your taskbar during meetings, especially with Microsoft Teams. This means you don’t have to keep switching between apps to share your screen or stop sharing it.
For example, when you’re in a Microsoft Teams meeting:
- Hover your mouse over an app icon on the taskbar.
- A small preview of the app window pops up.
- You will see a new button like Share this Window to share it instantly.
- To stop sharing, hover again and click Stop Sharing.
Even if you’re showing a full-screen PowerPoint, just move your mouse to the bottom to bring up the taskbar and manage sharing without bothering your viewers.
Other apps that do meetings or chats can also add this sharing feature.
New in Windows 11 Builds 26100.7309 and 26200.7309
Hovering over taskbar icons now also shows a Share with Copilot button. This lets Copilot Vision look at your app’s content and give helpful suggestions.
How to Turn On or Off “Share Any Window” from the Taskbar
Option 1: Using Windows Settings (Easy Way)
- Press Win + I on your keyboard to open Settings.
- Click Personalization on the left menu.
- Click Taskbar on the right side.
- Scroll down and click Taskbar behaviors to open more options.
- Look for Share any window from my taskbar and check it to enable or uncheck to disable.
- Underneath, choose who can use this feature from the dropdown:
- All apps (default)
- Communication apps (like Teams)
- Chat agent apps
- None (turn off sharing)
- Close Settings when done.


Option 2: Using Registry Editor (Advanced Users)
Note: This method won’t work if your PC has Administrator protection turned on.
Turn ON “Share any window” for All apps (default):
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSn /t REG_DWORD /d 1 /f
Turn ON “Share any window” for Communication apps only:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSn /t REG_DWORD /d 2 /f
Turn ON “Share any window” for Chat agent apps only:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSn /t REG_DWORD /d 3 /f
Turn OFF “Share any window”:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarSn /t REG_DWORD /d 0 /f
Why Use This Feature?
- Save time: Share windows without switching apps during meetings.
- Easy to use: Manage sharing right from the taskbar.
- Works with popular apps: Like Microsoft Teams and others.
- Customizable: Choose which apps can use this sharing feature.
- Smooth presentations: Share and stop sharing without disrupting your viewers.
Try it out and make your online meetings simpler and more productive!
More Help
Want to learn more about taskbar features? Check out this official Microsoft page:
Customize the Taskbar in Windows – Microsoft Support
support.microsoft.com
Example of Sharing a Window from Taskbar
This version uses simple language and clear steps for everyday users. It includes images and links as requested, and explains what the feature is and how to use it in a friendly way.



Leave a Reply