Clear Teams cache on Windows 10
If Teams is giving you problems after basic troubleshooting it could be the client cache. What we want to do is clear Teams cache as one of our troubleshooting steps. The cache for Teams is not always in one place or even a single directory. Depending on what client version you are using, the Desktop version, Edge, Chrome, other browsers and Mac clients. The cache files can be found in multiple directories. The cache deletion will not remove the Microsoft Teams app from your computer. It is important to remember Deleting the Teams cache will remove previously cached Teams settings on your Windows 10 PC. The cache deletion will remove the following Microsoft Teams items from your Windows 10 PC; the web client cache, icons, thumbnails, local message history, and your Microsoft Teams display images. Your new Microsoft Teams cache directory will be restored automatically after you completed deleting the cache by using your organization’s Microsoft 365 cloud account.
This is intended for use only by a Microsoft365 teams professional and only works on the Microsoft Teams Desktop Client Version at this time.
Steps to clear the Teams cache:
- Exit of the Microsoft Teams Desktop APP
- Right click on the Teams icon in your system tray
- Click Quit
- Click on the File Explorer
- In the address bar copy and paste the following location into File Explorer: %appdata%\Microsoft\Teams
- Delete all files and folders in that Directory
- Restart the Computer
- Restart Microsoft Teams.
Only after clearing ALL the Teams cache locations is it considered a clean start for the Teams app.
Other locations for Microsoft Teams clients are:
• %AppData%\Microsoft\teams\application cache\cache
• %AppData%\Microsoft\teams\blob_storage
• %AppData%\Microsoft\teams\databases
• %AppData%\Microsoft\teams\cache
• %AppData%\Microsoft\teams\gpucache
• %AppData%\Microsoft\teams\Indexeddb
• %AppData%\Microsoft\teams\Local Storage
• %AppData%\Microsoft\teams\tmp
Google Chrome cache files location
• %LocalAppData%\Google\Chrome\User Data\Default\Cache
• %LocalAppData%\Google\Chrome\User Data\Default\Cookies
• %LocalAppData%\Google\Chrome\User Data\Default\Web Data
Internet Explorer cache files location
• Internet Explorer Temporary Internet Files
• Internet Explorer Cookies
Консултации за ъпгрейд на компютърни конфигурации
закупуване на нови компютърни конфигурации
оптимизация на работния процес
инсталиране, преинсталиране и конфигуриране на Windows, Novell и Linux
чистене на вируси, шпионски софтуер, програми с прикрито нежелано действие (viruses/spyware/adware)
инсталиране и деинсталиране на всякакъв вид софтуер
диагностика на хардуер
премахване на хардуерни и софтуерни проблеми
монтаж и демонтаж на хардуер
разработване на специфичен софтуер и приложения
изграждане на файлови, пощенски и VPN сървъри
цялостна поддръжка и изграждане на локални мрежи, компютърни системи и периферия.
Абонаментна поддръжка
Абонаментната поддръжка е комплексна услуга включваща в себе си редица мерки за превантивно предпазване от системни сривове и оптимизиране на работния процес на компютърни системи и мрежи. Особено подходяща е за тези, които ценят своето време и за които бързата и адекватна реакция при отстраняване на възникнали проблеми е от голямо значение. Ние разполагаме с професионалисти с богат опит в сферата на компютърните технологии и комуникациите, които постоянно следят за нововъведенията в сферата на работата си.
Допълнителни услуги, които са включени:
· >Телефонна консултация>
· >Бърза и адекватна реакция след подаване на сигнал за възникнал проблем >
Windows 10's new dhcpstaticipcoexistence feature:
- Find out the interface name:
netsh interface ipv4 show interface
- Enable dhcpstaticipcoexistence:
netsh interface ipv4 set interface interface="interface name" dhcpstaticipcoexistence=enabled
- Add a static ip address to your interface
netsh interface ipv4 add address "interface name" 192.168.x.xxx 255.255.255.0
- Use command 'ipconfig /all' to verify the static ip address is added. You can not do it from GUI.
Whereas it is quite easy to set or change the location of pst-files belonging to a POP3 account, changing the location of the ost-file for an Exchange, Outlook.com or IMAP account is much more troublesome.
This can lead to issues as these files can grow quite large and the disk or partition on which you have Windows installed might not be accommodated for that. Especially if you invested in a fast SSD-drive, you usually don’t have GBs of space to waste and rather locate this data on your larger data drive.
While you can force the location of ost-files via Registry value, you’ll need to remove and re-add the account and download all mail again.
An effective and more direct solution is to use Symbolic Links. While the matter around them and how they function is quite complex, using them is luckily fairly easy and they are a very effective solution for this issue.
Method 1: ForceOSTPath Registry values
If you have the opportunity to remove and re-add your account and also re-download all your mail again from the mail server, then using the ForceOSTPath Registry value is the recommended way to go.
This Registry key allows you to set the default location for all newly created ost-files when adding an Exchange, Outlook.com or IMAP account to Outlook.
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\<version>\Outlook
Value name: ForceOSTPath
Value type: REG_EXPAND_SZ
Value: path to your storage folder
As the Value you give the path to the folder where you want to keep your ost-files. You do not need to use quotes for this path, even if it contains spaces.
Example; D:\Documents\Outlook Files
Note: Still using Outlook 2010 or previous with an IMAP account? Then use the ForcePSTPath instead as these versions of Outlook use a pst-file to cache IMAP data in.
You can control the location of newly created ost-files and pst-files via the Registry.
Method 2: Symbolic Links
What exactly Symbolic Links are and how they function is a bit too much and too complex to explain for this guide but you can use Wikipedia if you really want to learn more.
For now, you can look at Symbolic Links as advanced shortcuts which keep the original extension of the file that it is pointing to (instead of a lnk-file) which tricks the system into thinking that it is actually working with that file from that location rather than the location it is pointing to.
So, in our case, we are going to create a symbolic link for the ost-file in its original location on the system drive (C:\-drive) which points to the actual file on your data drive.
Note:
Even when you only have 1 drive or partition, you can use the method discussed in this guide to move the pst-file or ost-file to another location on that drive such as your Documents folder so that they for instance can be included in your backups more easily.
Creating Symbolic Links
To create a Symbolic Link, you can use the MKLINK Command line tool or the New-Item PowerShell (version 5 or later) cmdlet. Whichever method you pick, the result is the same.
In the example below, we assume that the name of the ost-file is outlookcom.ost and that we move it from its original location to a location called D:\Documents\Outlook Files
- Close Outlook.
- Move the ost-file or pst-file from its original location to its new location.
The default location is; C:\Users\%username%\AppData\Local\Microsoft\Outlook - Open an elevated Command or PowerShell window.
A quick way to do this is;- Open the Start Menu and immediately type one of the following;
- Command Prompt
- PowerShell
- Right click on the result and choose; Run as administrator
- Provide administrator credentials for your computer or press “Yes” to accept the User Account Control prompt.
- Open the Start Menu and immediately type one of the following;
- Type one of the following commands (of course with your own file names and locations)depending on whether you are using the Command Prompt or PowerShell;
- Command Prompt
mklink "C:\Users\%username%\AppData\Local\Microsoft\Outlook\outlookcom.ost" "D:\Documents\Outlook Files\outlookcom.ost" - PowerShell
New-Item -ItemType SymbolicLink -Path "C:\Users\%username%\AppData\Local\Microsoft\Outlook\outlookcom.ost" -Value "D:\Documents\Outlook Files\outlookcom.ost"
- Command Prompt
Tip!
You can actually leave the variable %username% in your command. Upon executing, the command it will automatically resolve it to your actual username.
Once you’ve created the symbolic link, the file icon will look like a shortcut in Explorer. However, instead of having the Shortcut file type, it still holds the ost-extension and the “Outlook Data File” file type (Windows 7) or the “.symlink” file type (Windows 10).
Its file size will report as 0KB but the file it is pointing to of course still holds its size; The link to that file simply doesn’t take up any disk space.
Comparison between the properties and look of a Symbolic Link,
Shortcut and the original file (which is marked with 2 in the name).
Undoing the changes
When you want to undo the changes, simply close Outlook, delete the Symbolic Link file like and other file and then move the ost-file back to its original location.