You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2024. It is now read-only.
Would it be possible to handle the URL's by this tool, so I can select an account which the URL gets opened with.
Reason for this: I have an unified email box where all my Teams invites will end up in. So when I click on some of them they will end up in my "default" teams account.
If you would be able to "hijacking" this the msteams:/ URL handler, pointing it to your tool, and then passing the arguments through after selecting the right account, that would be great.
I think these keys need to be pointed to your tool:
HKEY_CURRENT_USER\SOFTWARE\Classes\msteams\shell\open\command
and/or
HKEY_CURRENT_USER\SOFTWARE\Classes\ms-teams\shell\open\command
I am not sure if this can be done, but:
Would it be possible to handle the URL's by this tool, so I can select an account which the URL gets opened with.
Reason for this: I have an unified email box where all my Teams invites will end up in. So when I click on some of them they will end up in my "default" teams account.
If you would be able to "hijacking" this the
msteams:/URL handler, pointing it to your tool, and then passing the arguments through after selecting the right account, that would be great.I think these keys need to be pointed to your tool:
HKEY_CURRENT_USER\SOFTWARE\Classes\msteams\shell\open\command
and/or
HKEY_CURRENT_USER\SOFTWARE\Classes\ms-teams\shell\open\command
Let me know if I can help?