Forum Discussion
Desktop app restarting itself even when on calls
Can you try the following:
Fully exit Microsoft Teams Client. (Right click on Teams icon from the icon tray and select "quit", or you can use task manager 😉)
Next, run the following Powershell commands:
Remove-Item –path $env:APPDATA”\Microsoft\teams\blob_storage\*”
Remove-Item –path $env:APPDATA”\Microsoft\teams\Cache\*”
Remove-Item –path $env:APPDATA”\Microsoft\teams\databases\*”
Remove-Item –path $env:APPDATA”\Microsoft\teams\GPUcache\*”
Remove-Item –path $env:APPDATA”\Microsoft\teams\IndexedDB\*” -recurse
Remove-Item –path $env:APPDATA”\Microsoft\teams\Local Storage\*” -recurse
Remove-Item –path $env:APPDATA”\Microsoft\teams\tmp\*”
Restart Teams and see if problems are fixed.
Let me know!
- jfbuenoMar 26, 2020Copper ContributorI'll try that right now and will get in touch in a few to hours to report if it worked. Thanks.
- Mitchell BakkerMar 26, 2020Iron ContributorOk 👍🏻
- jfbuenoMar 26, 2020Copper Contributor
Mitchell BakkerWell, now it can't log in. The app get stucked on loading page and then shows this:
It keeps happening event after signing out...