After I did the Windows 10 Anniversary update 1607 (Dutch, so no Cortana), my search bar in start menu stopped working.
When I click the start menu and start typing something, it either closes immediately or it freezes and stops the whole explorer.exe. If I manage to get some text in the search box it does not search, but closes again.
I tried chkdsk C: /f
and sfc /scannow
but it didn't find any problems. However I haven't tried to boot in safe mode yet to see if it works, but I wonder if someone knows the problem and potentially has a fix for it.
Update 1: I tried it in safe mode, but also there it does not work. Same behavior. I open it and it closes immediately.
(IT'S BACK TO FORCE CLOSING) Update 2: I tried the powershell commands provided by the link @Dave posted. My search bar isn't force closing now, but when I type the screen is blank. Image of the current status:
NOTE: 'search' is the term I typed in to try.
Update 3: Event viewer logs error:
Naam van toepassing met fout: SearchUI.exe, versie: 10.0.14393.351, tijdstempel: 0x5801a548 Naam van module met fout: SearchUI.exe, versie: 10.0.14393.351, tijdstempel: 0x5801a548 Uitzonderingscode: 0x80000003 Foutmarge: 0x00000000001f688f Id van proces met fout: 0x1d9c Starttijd van toepassing met fout: 0x01d23461791f2ca6 Pad naar toepassing met fout: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe Pad naar module met fout: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe Rapport-id: 9145fff4-6be1-4ed2-8ab4-a9c8d1ccb850 Volledige pakketnaam met fout: Microsoft.Windows.Cortana_1.7.0.14393_neutral_neutral_cw5n1h2txyewy Relatieve toepassings-id van pakket met fout: CortanaUI
I'm not sure if Cortana is installed your system or not. But I'm certainly sure that Cortana is a MAIN part of Windows Search, and in SOME of Windows 10 editions Cortana is Disabled by default. Meaning it's installed on the system, but its functionality is DISABLED. If something happened to Cortana files, then the WHOLE search system will be affected as well. Same thing happens in reverse.
So, what you actually need to do, is to reinstall Cortana from the Local Machine and not from the current user. The link that @Dave gave you is a one step but it will give an error (AS you experienced). Anyhow, I will give you the steps that I did in order to solve this issue.
Set-ExecutionPolicy Unrestricted
then hit enter. Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
If you still experience problems, (press windows key + R) then type wsreset.exe
, and follow the wizard. This should reset Windows Store cache (Yes, Windows Store affects all Windows built-in apps including Start menu functionality).
Method 2:
Open the command prompt as administrator, then Type:
DISM.exe /Online /Cleanup-image /Scanhealth
then hit enter.
Wait until it's finished then type:
DISM.exe /Online /Cleanup-image /Restorehealth
then hit enter. Wait until it's finished.
After it's done, go to Services and check Windows Search
service, it should be Started / Automatic (Delayed Start)
Restart your system and check.
Method 3 (Best Answer):
After the file is downloaded, Uncompress it then run Repair_Windows.exe
as administrator to avoid any permission issues. Then follow the following steps:
From Tweaking.com's Repair Tool window do the following:
Start Repairs
, and the tool will do the rest of the work. When it's done, make sure to restart your machine.
If you have tried the troubleshooting then change the Search settings in Windows 10 to enable search
Change Search Index Settings in Windows 10
Type the command
%LocalAppData%\Packages\windows.immersivecontrolpanel_cw5n1h2txyewy\LocalState
Press Enter or click OK
Now restart the device and search items, Window OS will show related items.
User contributions licensed under CC BY-SA 3.0