This tutorial will show you how to enable or disable the ability to quickly share the content from open app windows directly from the taskbar for your account in Windows 11.
Starting with Windows 11 build 22499, Microsoft added the ability to quickly share the content from open app windows directly from your taskbar to your meeting calls. This experience, also starting with Microsoft Teams, eliminates the need to flip back and forth across applications just to share or reshare a window. There are no interruptions to your meeting attendees or what they see on screen – share any open window during your call.
When you are in a meeting call through Microsoft Teams, simply hover over the apps running on your taskbar and you will see a new button that allows you to share your window with your meeting attendees. When you are done sharing your content, hover over the window again and click Stop Sharing or choose another window and click Share this Window. If you’re presenting a full screen presentation in PowerPoint, simply move your mouse to the bottom and your taskbar will pop up for you to share or stop sharing the presentation without interruption to your attendees.
Other communications applications can also add this capability to their applications. The capability to share your meeting call applies only to your current meeting call.
Starting with Windows 11 build 26100.7309 (24H2) and build 26200.7309 (25H2), when you hover over an open app icon on the taskbar, a thumbnail preview of the app window appears with a new Share with Copilot button beneath this preview. Selecting it allows Copilot Vision to scan, analyze, and offer insights on the content displayed by the app at that time.
Reference:
Customize the Taskbar in Windows - Microsoft Support
Learn how to use the taskbar features in Windows. Hide the taskbar, pin an app, change the location, and more with taskbar settings.
Contents
- Option One: Enable or Disable Share any Window from Taskbar in Settings
- Option Two: Enable or Disable Share any Window from Taskbar using REG file
- Option Three: Enable or Disable Share any Window from Taskbar in Registry Editor
EXAMPLE: "Share this window" from taskbar
1 Open Settings (Win+I).
2 Click/tap on Personalization on the left side, and click/tap on Taskbar on the right side. (see screenshot below)
3 Click/tap on Taskbar behaviors on the right side to expand it open. (see screenshots below step 4)
4 Perform an available option below. (see screenshots below)
- Check (enable - default) or Uncheck (disable) Share any window from my taskbar for what you want.
- Select All apps (default), Communication apps, Chat agent apps, or None in the Share any window from my taskbar with drop menu for what you want.
5 You can now close Settings if you like.
This option will not work when Administrator protection is turned on.
1 Do step 2 (All apps), step 3 (Communication apps), step 4 (Chat agent apps), or step 5 (None) below for what you want.
2 Turn On Share any Window from Taskbar with "All apps"
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 6 below.
Turn_On_Share_any_window_from_taskbar_with_All_Apps.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSn"=dword:00000001
3 Turn On Share any Window from Taskbar with "Communication apps"
A) Click/tap on the Download button below to download the file below, and go to step 6 below.
Turn_On_Share_any_window_from_taskbar_with_Communication_Apps.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSn"=dword:00000002
4 Turn On Share any Window from Taskbar with "Chat agent apps"
A) Click/tap on the Download button below to download the file below, and go to step 6 below.
Turn_On_Share_any_window_from_taskbar_with_Chat_Agent_Apps.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSn"=dword:00000003
5 Turn Off Share any Window from Taskbar with "None"
A) Click/tap on the Download button below to download the file below, and go to step 6 below.
Turn_Off_Share_any_window_from_taskbar_with_None.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSn"=dword:00000000
6 Save the .reg file to your desktop.
7 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.
8 Double click/tap on the downloaded .reg file to merge it.
9 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
10 You can now delete the downloaded .reg file if you like.
1 Open Registry Editor (regedit.exe).
2 Navigate to the key location below in the left pane of Registry Editor. (see screenshot below step 3)
HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Substitute <SID> in the key path above with the actual SID for the account you want to apply this to.
For example:
HKEY_USERS\S-1-5-21-2498639629-3946114050-4100787084-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
3 In the right pane of the Advanced key, double click/tap on the TaskbarSn DWORD to modify it. (see screenshot below)
4 Enter a data value below for the setting you want, and click/tap on OK. (see screenshot below)
| Setting | Data Value |
|---|---|
| None (unchecked) | 0 |
| All Apps (checked - default) | 1 |
| Communication apps | 2 |
| Chat agent apps | 3 |
5 You can now close Registry Editor if you like.
That's it,
Shawn Brink
Attachments
-
Turn_Off_Share_any_window_from_taskbar_with_None.reg706 bytes · Views: 223
-
Turn_On_Share_any_window_from_taskbar_with_All_Apps.reg706 bytes · Views: 177
-
Turn_On_Share_any_window_from_taskbar_with_Chat_Agent_Apps.reg706 bytes · Views: 188
-
Turn_On_Share_any_window_from_taskbar_with_Communication_Apps.reg706 bytes · Views: 187
Last edited:











