Forum Discussion
satyajeetpadhi
Apr 08, 2021Copper Contributor
Microsoft Teams Windows app doesnt remain active on second screen
Hello, I am using two monitors. Usually I have Teams app open on my 2nd screen. When I get a message notification, I answer the message on the 2nd screen and keep working on my primary screen. But l...
- Apr 22, 2021
Clem22 satyajeetpadhi this is an active bug and the engineering team is working to fix it. In the meantime, does this workaround help?
To workaround the moving main window across screen when focused, disable emergency window retrieval mechanism in Teams (used when Teams window drift off screen by some accident):1. Create file: %appdata%\Microsoft\Teams\hooks.json2. Place inside: {"enableSetBoundsOnFocus": false}3. Restart TeamsThe mechanism wrongly detect window position and activates every time Teams window is of main screen.
ThereseSolimeno
Apr 22, 2021Silver Contributor
Clem22 satyajeetpadhi this is an active bug and the engineering team is working to fix it. In the meantime, does this workaround help?
To workaround the moving main window across screen when focused, disable emergency window retrieval mechanism in Teams (used when Teams window drift off screen by some accident):
1. Create file: %appdata%\Microsoft\Teams\hooks.json
2. Place inside: {"enableSetBoundsOnFocus": false}
3. Restart TeamsThe mechanism wrongly detect window position and activates every time Teams window is of main screen.
satyajeetpadhi
Apr 22, 2021Copper Contributor
ThereseSolimenoClem22The solution provided works. You would need to create a JSON file with the contents mentioned by ThereseSolimeno and place in the folder mentioned.
ThereseSolimenoDo we need to remove the JSON file after the bug has been fixed?
- ThereseSolimenoApr 22, 2021Silver ContributorI honestly don't know....