Forum Discussion
Christophe_DHUYGELAERE
Oct 16, 2019Copper Contributor
Outlook add-in and disk activity
Hi guys, We have an issue with outlook 2016 (Office 365) and teams Outlook add-in. When Teams add-in is turned on in outlook, disk activity increase, and computer slow down dramatically. We have ...
RyanMNM
Oct 25, 2019Copper Contributor
Getting the same issue.
Have managed to mitigate by setting the two files as read only for now.
attrib +r %appdata%\..\Local\Temp\*.db*
- abirdgluesanislandOct 30, 2019Copper Contributor
> Have managed to mitigate by setting the two files as read only for now.
> attrib +r %appdata%\..\Local\Temp\*.db*
Thank you this solved it for me!
For others, step-by-step instructions that worked for me are below.
- Launch an Administrator/Elevated Command Prompt (https://appuals.com/how-to-open-an-elevated-command-prompt-on-windows-10/)
- Navigate to your working temp directory by entering the following into your elevated command prompt
cd C:\Users\user.name\AppData\Local\Temp
In example directory above replace `user.name` with your windows login name
- Now paste the following and hit Enter key
attrib +r %appdata%\..\Local\Temp\*.db*
- JasonGormanMay 08, 2020Copper ContributorIs there a more permanent solution for resolving Outlook/Teams link causing 80-1000% system utilization than the work around posted in link below? I ask because this has to be repeated every time Teams updates. Please advise!Launch an Administrator/Elevated Command PromptNavigate to working temp directory by entering the following into your elevated command prompt:cd C:\Users\user.name\AppData\Local\TempIn example directory above replace `user.name` with your windows login namePaste (or) Type the following and hit Enter keyattrib +r %appdata%\..\Local\Temp\*.db*
- ebelange1325Jul 02, 2020Copper Contributor
JasonGorman, when i go %APPDATA%\local\temp, this folder is empty.
- Tim_MayoJan 30, 2020Copper Contributor
we are running into the same issue. making the .db file read-only worked
- benpatDec 17, 2019Copper Contributor
This workaroud is working. But what about removing rights on the db files ? Will it be an issue later with updates ?