Hi @Elroy
What are the implications of disabling GPU hardware acceleration in Teams?
There is no obviously impact for your Teams client. It should improve your laptops ability to run Teams client.
Is this the only way to do it or is there an easier way?
Yes, because this is the user settings. User settings for Teams are saved in a JSON file desktop-config.json. If you want to automate this setting for your users, you need to search and replace “disableGpu”:false for “disableGpu”:true. This can be done with a simple Powershell Script. And then let the script run via a GPO, SCCM or Intune.
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.