Many have faced suddenly search bar stopped working in windows 10. I faced same problem. Out of many tricks only one tricks worked for me.
1. Open "C:\Windows\System32\WindowsPowerShell\v1.0\" right click on "powershell_ise.exe" and select Run as administrator.
2. Paste the following code:
Code: Select all
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
4. Type new task as explorer.exe and press Ok.
5. Restart PC and check if search bar is working.
Thanks
Admin