Showing posts with label Search. Show all posts
Showing posts with label Search. Show all posts

Tuesday, November 24, 2020

Windows 10 20H2 Update SearchApp.exe crashing

After the Windows 10 20H2 update, Windows Search kept crashing continously. This affected search box in taskbar as well as search other search boxes systemwide.

Eventlog details:

Name der fehlerhaften Anwendung: SearchApp.exe, Version: 10.0.19041.546, Zeitstempel: 0xc404ae05

Name des fehlerhaften Moduls: ConstraintIndex.Search.dll, Version: 10.0.19041.153, Zeitstempel: 0x4f1e28d8

Ausnahmecode: 0xc0000005

Fehleroffset: 0x0000000000091692

ID des fehlerhaften Prozesses: 0x4be0

Startzeit der fehlerhaften Anwendung: 0x01d6c2759e9a42b3

Pfad der fehlerhaften Anwendung: C:\Windows\SystemApps\Microsoft.Windows.Search_cw5n1h2txyewy\SearchApp.exe

Pfad des fehlerhaften Moduls: C:\Windows\System32\ConstraintIndex.Search.dll

Berichtskennung: 74241779-5d35-4621-81f9-22cf2b2c45d2

Vollständiger Name des fehlerhaften Pakets: Microsoft.Windows.Search_1.14.0.19041_neutral_neutral_cw5n1h2txyewy

Anwendungs-ID, die relativ zum fehlerhaften Paket ist: CortanaUI


How I fixed it:

I found the solution here:

  • Confirm your search is working at all: Create a new user and check if search works. If it does, go on (with your old user where search does not work).
  • Backup RegKey: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search
  • Delete the whole Key (including all sub keys + values)
  • Access the search (e.g. press windows key and try enter something)
  • Nothing will happen. Try this a few times, when it starts working again the key has been recreated.
  • Either import the backup or just use the new settings (which you may want to adjust)


Thanks to user sneusse

Tuesday, June 11, 2019

Windows 10 search app icons broken, only white cross on black background

When I do an Cortana Search on my Windows 10, all app icons in the search results are broken:



How-I-fixed-it:

Press the Start key and type the word CMD, right click on the command prompt and select Run as administrator, enter the following commands one by one followed by the Enter key: 

•- DISM.exe /Online /Cleanup-image /Scanhealth
•- DISM.exe /Online /Cleanup-image /Restorehealth
•- DISM.exe /online /cleanup-image /startcomponentcleanup
•- sfc /scannow 

Reboot.

The answer is based on:
https://answers.microsoft.com/en-us/windows/forum/all/windows-10-search-app-icons-broken-only-white/14f57c34-9cac-4cb8-a133-0680da67aae4?tm=1560262812629



Friday, June 17, 2011

Add pdf content to Windows 7 search index

Since Adobe X does not install the iPDF-Filter anymore, i installed the free PDFlib TET PDF IFilter
http://www.pdflib.com/de/download/tet-pdf-ifilter/
on my Windows 7 64 bit machine to let the Windows search also index the content of PDF files and to find them using the Windows Desktop search.
After installation the index options look like this:

After rebuilding the index, also my pdfs appeared in the search results.