Posts

Showing posts from October, 2022

Office 2013 Asking for Password 365 Exchange - no reason just started happening

Image
So todays issue revolves around office 2013 and exchange 365 accounts.  I had an issue with a user's machine that just kept asking for the password but would not accept it, the login box kept coming back up. Turns out 2013 uses an old auth method so we need to force it to use the new method. So using regedit you need to add the below key Registry key Type Value HKEY_CURRENT_USER\Software\Microsoft\Exchange\AlwaysUseMSOAuthForAutoDiscover REG_DWORD 1 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity\EnableADAL REG_DWORD 1 HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity\Version REG_DWORD 1 You May also create a reg key file if you wanted to do a few machines Enable modern authentication for Office 2013 clients Close Outlook. Copy and paste the following text into Notepad: text Copy Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Exchange] "AlwaysUseMSOAuthForAutoDiscover"=dword:00000001 [HKEY_CURRE