04-04-2017 08:13 AM
We would like to use MS Teams in the meeting rooms on shared PCs (Setup as room resource accounts). Users forget to logout of teams. Is there a way for us to find and delete the credentials on our room reset batch files? Currently, if you use Teams and close it, it then opens with last credentials.
An option is to have them use the online version but many prefer desktop
Thanks
01-23-2019 04:32 PM
I have found that clearing these files/keys
Still doesn't log the user out. I am still looking...
01-24-2019 01:15 AM
There's a SignOut button, which mostly works. In case it doesn't, you will have to clear the local cache, credentials stored in Cred manager and the cookies/browser cache. Here's an extensive list:
1. Fully exit the Microsoft Teams desktop client. To do this, either right click Teams from the Icon Tray and select ‘Quit’, or run Task Manager and fully kill the process.
2. Go to File Explorer, and type in %appdata%\Microsoft\teams.
3. Once in the directory, you’ll see a few of the following folders:
a. From within ‘Application Cache’, go to Cache and delete any of the files in the Cache location.
* %appdata%\Microsoft\teams\application cache\cache
b. From within ‘Blob_storage’, delete any files that are located in here if any.
* %appdata%\Microsoft\teams\blob_storage
c. From within ‘Cache’, delete all files.
* %appdata%\Microsoft\teams\Cache
d. From within ‘databases’, delete all files.
* %appdata%\Microsoft\teams\databases
e. From within ‘GPUCache’, delete all files.
* %appdata%\Microsoft\teams\GPUcache
f. From within ‘IndexedDB’, delete the .db file.
* %appdata%\Microsoft\teams\IndexedDB
g. From within ‘Local Storage’, delete all files.
* %appdata%\Microsoft\teams\Local Storage
h. Lastly, from within ‘tmp’, delete any file.
* %appdata%\Microsoft\teams\tmp
Once finally done clearing, you can now restart Teams from your local desktop and all cache will be cleared from the desktop app.
Might be easier to just use the browser client, in a Private session.
10-29-2019 09:08 AM
How can I logout from the App Teams on the iPad? Even if I use the logout button, my credentials are saved. By clicking on my account I am immediately logged in again. How can I definitely clear my credentials i.e. on a device of a colleague?
10-01-2020 06:32 AM
10-19-2020 06:30 PM
A .bat file with the following might work? Except it doesnt' take care of the Credential Manager.
@echo
cls
taskkill /IM Teams.exe /T /F
@DEL /S /Q "%appdata%"\Microsoft\teams\application cache\cache\*.*
@DEL /S /Q "%appdata%"\Microsoft\teams\blob_storage\*.*
@DEL /S /Q "%appdata%"\Microsoft\teams\GPUcache\*.*
@DEL /S /Q "%appdata%"\Microsoft\Teams\IndexDB\*.*
@DEL /S /Q "%appdata%"\Microsoft\Teams\Cache\*.*
@DEL /S /Q "%appdata%"\Microsoft\Teams\databases\*.*
@DEL /S /Q "%appdata%""\Microsoft\Teams\Local Storage\"*.*
@DEL /S /Q "%appdata%"\Microsoft\teams\tmp\*.*
Start "" "%LocalAppData%"\Microsoft\Teams\Update.exe --processStart "Teams.exe"
11-04-2020 01:31 PM - edited 11-04-2020 01:36 PM
@Angela Hlavka I hope you all still need to solve this problem :D
This is an actual solution.
I'm actually preparing a full size poster with this instructions to paste it in the coference room main door.
I tried many times and it works everytime. Let me know if it works for you.
11-12-2020 05:54 PM
Hi,
I signed into Teams desktop app , then signed out , then when I came to sign in again , I put my email then it signed me in without asking for password, any idea how to disable this thing? as it's unsecured
11-17-2020 11:35 PM