Last active
April 29, 2026 14:59
-
-
Save tdalon/006471eb9d0bb2cf3c3abc42e252012f to your computer and use it in GitHub Desktop.
Teams Toggle Sharing Control Bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Requires AutoHotkey v1 | |
| #NoEnv | |
| #NoTrayIcon | |
| #SingleInstance Force | |
| SetTitleMatchMode, 1 | |
| Names := ["Sharing control bar", "Freigabesteuerungsleiste"] | |
| for _, Name in Names | |
| { | |
| wTitle := Name . " ahk_exe ms-teams.exe" | |
| if WinExist(wTitle) { | |
| WinHide, %wTitle% | |
| } else { | |
| WinShow, %wTitle% | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support English and German version