Windows indexer rebuild index from scratch on every reboot

Costantino LCS.Dev 1 Reputation point
2022-09-01T09:03:26.163+00:00

Hi everyone, as the title suggests I'm having this problem with windows indexer. After each restart the index is rebuilt from scratch. The event viewer shows this messages: "The Windows Search service is creating the new search index {Reason: MDM Policy Change}. " and

Crawl could not be completed on content source <ONEINDEX16://{S-1-12-1-1235111689-1259994698-221689274-43111255}/>.

Context: Windows Application, SystemIndex Catalog

Details:
0x%08x (0x80004005 - (HRESULT : 0x80004005))

This is my windows build: 22622.586

I have a Microsoft 365 business account as administrator logged in. I don't know if the problem is generated by wrong group policy in Endpoint manager. I haven't set anything' in that.

I hope someone can help me.

Windows for business Windows Client for IT Pros User experience Other
{count} votes

2 answers

Sort by: Most helpful
  1. Reza-Ameri 17,336 Reputation points Volunteer Moderator
    2022-09-03T16:12:20.17+00:00

    Try open command prompt as administrator and type the following commands:
    sfc /scannow
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth

    0 comments No comments

  2. Limitless Technology 39,916 Reputation points
    2022-09-05T07:39:05.98+00:00

    Hello there,

    You can use tools like Process monitor to check if there are any group policies that might cause this issue. Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity. You can get the tool from here https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

    Use the Windows Search and Indexing troubleshooter to try to fix any problems that affect this process. To do this, follow these steps:

    Select Start, then select Settings.
    In Windows Settings, select Update & security > Troubleshoot . Under Find and fix other problems, select Search and Indexing.
    Run the troubleshooter, and select any problems that apply. Windows will try to detect and solve them.

    You can also use a command prompt to open the troubleshooter. To do this, press the Windows logo key +R, enter cmd in the Open box, and then select OK. At the command prompt, run the following command:

    msdt.exe -ep WindowsHelp id SearchDiagnostic

    ----------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.