Using Classic Outlook on Windows for personal email, calendar, and contact management
Hi Gabe,
we thought that 2305 had fixed that bug last week, this week after the latest server updates it seems to be back.
I got it twice today. We also had the problem in Excel and had, until last week when it was closed, a separate question on that here.
I can confirm that other users of Excel have been having similar issues too so I thought we may be looking at a bug that affected Office all versions so did some searching and found this. Saving Office documents to a network server is slow when using EFS
It is rather out of date despite being updated May last year. The link to Enabling Delegated Authentication goes to a page about Server 2K3 and the registry locations are for Windows 8 and before.
The bottom line is it points to a problem with a server that is enabled for Encrypting File System but not configured to use it.
We tick that box but not the rest of the article.
Symptoms
Assume that you use the Encrypting File System (EFS) to help secure the Temporary Internet Files folder. You save Microsoft Office documents to a remote server than can support encryption, but the server is not configured to do remote encryption. In this situation, it takes longer than expected to save the documents.
By default, the "Content.MSO" and "Content.Word" subfolders are used by Excel, Word, and PowerPoint. They are hidden, system-protected subfolders of the Temporary Internet Files folder, as seen in the following example path:
C:\User<user name>\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.MSO
In Windows 8, the Temporary Internet Files folder is now known as the "INetCache" folder. Therefore, the path to the "Content.MSO" subfolder would be as follows:
C:\Users<user name>\AppData\Local\Microsoft\Windows\INetCache\Content.MSO
As far as I can tell there are no files or directories showing the Encrypted attribute, if it is still valid instructions I am told that adding the Attributes Column to the Details View in Explorer should show an E against any encrypted folder. I have also checked the properties of the folders and under Advanced there is no tick in the box for Encrypt this folder. At first I thought this ruled it out as a potential fix.
However, we do use Bitlocker so by default the entire disk is encrypted. I suspect that EFS is not the only form of Encryption and therefore BitLocker may count too.
Based on that I have chosen to follow option 2 in the article referenced and set the following in registry on our file server
Disable EFS encryption support on the server by changing the following registry entry:
- PATH: HKLM\SYSTEM\CurrentControlSet\Control\FileSystemValue
- DWORD: NtfsDisableEncryption
- VALUE: 1
I will update you after I have observed it for a few days more and canvassed the rest of the staff.
I would however be very interested in any comments you have about checking for EFS on a folder or file and Bitlocker being treated as an EFS file system by a server when dealing with a network share. It seems to me this could be the underlying cause of both Outlook and Excel delays when they try to open the save dialog if the default save location is to a mapped drive or UNC fileshare.