Skip to content

Instantly share code, notes, and snippets.

@mark05e
Last active July 26, 2021 14:54
Show Gist options
  • Save mark05e/bde5edfb4583594bc4563a15b4ba0770 to your computer and use it in GitHub Desktop.
Save mark05e/bde5edfb4583594bc4563a15b4ba0770 to your computer and use it in GitHub Desktop.
Windows Registry Editor Version 5.00
; Office 2013
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity]
"Version"=dword:00000001
"EnableADAL"=dword:00000001
; Office 2016 and 365
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity]
"Version"=dword:00000001
"EnableADAL"=dword:00000001
; Always Use MSOAuth For AutoDiscover
[HKEY_CURRENT_USER\Software\Microsoft\Exchange]
"AlwaysUseMSOAuthForAutoDiscover"=dword:00000001
@mark05e
Copy link
Author

mark05e commented Jul 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment