Forum Discussion
How to COMPLETELY delete / unistall Teams
LeonPavesic thank you for the detailed explanation and steps.
I followed everything to uninstall Teams.
In the Windows Credential Manager there are no listings for the extra accounts shown in Teams, so I went and deleted the credentials associated with Teams.
I reinstalled Teams, and unfortunately no luck, both issues are still present.
I went to follow all the steps again to uninstall and noticed on the second round that the registry keys are not present. they have not been added after the re-install.
Windows Credential Manager just shows 2 credentials for Teams, nothing new / different there.
This leads me to believe that the account info is stored somewhere else on my laptop. The question is where?
- BB-PPJan 17, 2024Brass Contributor
ErikG1970 No unfortunately no solution. Apparently the settings are so deeply rooted I can't get rid of them. I even left the organisation I was quest off to see if I could log in to the new version. This worked. However the minute I re-joined the organisation the problem returned. I've now created a new windows profile since there is no other solution.
If you manage to find a solution please so let us know.- AnonTechSpecialistJan 24, 2024Copper Contributor
Hi BB-PP,
I've had similar issue recently and was under the impression Team cache only stores in the below locations:
%appdata%\Microsoft\Teams
%localappdata%\Microsoft\Teams
In order to resolve the issue I needed to remove the Edge & Chrome cache also ( no idea whats stored )
After uninstalling Teams and clearing the cache, also clear Edge & Chrome data:
Chrome locations:
\Google\Chrome\User Data\Default\Cache
\Google\Chrome\User Data\Default\Cookies
\Google\Chrome\User Data\Default\Web Data
You can clear Edge by using the below cmd:
RunDll32.exe InetCpl.cpl, ClearMyTracksByProcess 8
#(This part of the command is designed to clear temporary internet files and website files.)
RunDll32.exe InetCpl.cpl, ClearMyTracksByProcess 2
#(This part of the command is designed to clear cookies.)
Then remove any remaining credentials from credential manager and make sure to restart the device before re-installing
Hope this is helpful, worked for me