WINDOWS 10 SEARCH BAR NOT WORKING PROBLEM SOLUTION
Posted: Wed Jun 26, 2024 4:35 pm
Hi,
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:
3. Open Task manager click File>Run new task.
4. Type new task as explorer.exe and press Ok.
5. Restart PC and check if search bar is working.
Thanks
Admin
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