translations: [ fr/Français ] · [ es/Español ] · [ de/Deutsch ]
Step 1: Kill All Instances of Microsoft Teams
Open Command Prompt (cmd.exe
) as an administrator:
taskkill /f /im Teams.exe
Step 2: Purge Microsoft Teams Cache
Navigate to the Teams cache directory using cmd.exe
:
cd %appdata%\Microsoft\Teams
Delete the contents of the cache directory:
del /q /s /f *.*
Confirm deletion by typing in y
(short for “yes”)
Created on: Dec 29, 2023