You are on page 1of 3

Microsoft Knowledge Base Article

=====================================
https://kb.intermedia.net/Article/39713
https://kb.wisc.edu/page.php?id=61054
https://windowsreport.com/office-keeps-asking-for-password/

===================================================================================
===================================================================================
=

Method 3. Disable Outlook Indexing in Registry.


1. Open Registry Editor: To do that:

Simultaneously press �Windows� + �R� keys to open the RUN window.


In �RUN� window �Open� box, type: regedit
Press Enter.
open registry editor

2. Navigate to the following key at the left pane: *

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search

* If the Windows Search key did not exist, then right click on the Windows key and
create it manually.

3. At right panel double click on PreventIndexingOutlook value. *

* If the PreventIndexingOutlook value did not exist, then right click on an empty
space at the right pane and choose New -> DWORD (32-bit). Type "
PreventIndexingOutlook" as a name and press Enter.

4. Change the value data to 0 to disable the Indexing in Outlook.


5. Close Registry Editor and restart your PC.
6. Open Outlook and perform a search. If the search is still not working, then open
registry again and change the PreventIndexingOutlook value data to 1

Note: The default value data for the PreventIndexingOutlook value is "1" which
enables Indexing in Outlook.

===================================================================================
===================================================================================
=

If the Allow Office to connect to the Internet check box is unavailable, it is


because the UseOnlineContent setting in the registry is set to the value 0. The
UseOnlineContent setting is located in one of the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Office\x.0\Common\Internet

HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\x.0\Common\Internet

DWORD: UseOnlineContent

Value:

0 - Do not allow user to access Office resources on the Internet (check box is
cleared and unavailable).
1 - Allows the user to opt in to access of Office resources on the Internet (check
box is cleared).
2 - (Default) Allows the user to access Office resources on the Internet (check box
is selected).
===================================================================================
===================================================================================
=

Only fix for me was to add/edit registry key:

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity]
"DisableADALatopWAMOverride"=dword:00000001

1. Remove the user profile from advanced properties.

2. Restart PC and create new outlook profile:

Note: After a Microsoft fix for this issue is released, you should remove this
registry workaround, or authentication experiences may be degraded. This reg value
should not be used as a long-term solution.
===================================================================================
===================================================================================
=
You could probably clean the information stored in the windows registry
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Profiles to mitigate the
issue instead of rolling the complete user profile.
===================================================================================
===================================================================================
=
1. Enable Modern Authentication

Connect to Exchange Online PowerShell as shown here.

Do one of these steps:

Run this command to enable modern authentication in Exchange Online:

Set-OrganizationConfig -OAuth2ClientProfileEnabled $true

To verify that the change was successful, run this command:

Get-OrganizationConfig | Format-Table -Auto Name,OAuth*

2. Create a GPO which pushes out this registry entry (confirmed by MS when I
escalated a call to them)

Hive HKEY_CURRENT_USER
Key path Software\Microsoft\Exchange
Value name AlwaysUseMSOAuthForAutoDiscover
Value type REG_DWORD
Value data 0x1 (1)
===================================================================================
===================================================================================
=
Launch Regedit.exe
Navigate to the below container
�HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\AutoDiscover�
Create this DWORD with a value of �1�
�ExcludeExplicitO365Endpoint�,

Reboot users PC, it will ask for the password once and that is it, i've done this
on 5 machines
===================================================================================
===================================================================================
=

You might also like