Hi @Altria
According to your case description, the Teams app crashes when sharing the screen. Please try the following steps to troubleshoot the problem:
- Clear the Microsoft cache:
- Reset Microsoft Teams:
Go to Windows Settings > Apps > Installed apps > Microsoft Teams > More > Advanced options > Reset > Restart your device.
- Update/upgrade your device graphics card:
Please refer to the steps to update the driver in the link: https://support.microsoft.com/en-us/windows/update-drivers-manually-in-windows-ec62f46c-ff14-c91d-eead-d7126dc1f7b6
- Disable hardware acceleration:
Try to disable hardware acceleration in Teams settings. Since the option to turn off GPU acceleration is not currently available in the new version of Teams, fortunately, there is a workaround:
- Exit Teams
- Open the file %APPDATA%\Microsoft\Teams\desktop-config.json (e.g. C:\Users\username\Roaming\Microsoft\Teams\desktop-config.json)
- Find the setting appPreferenceSettings.
- In that block, find this property "appPreferenceSettings":{ ... ,"disableGpu":false, ...} . and set it to: "appPreferenceSettings":{ ... ,"disableGpu":true, ...}
- If "disableGpu" is not in the list, then add it.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.