Situatie
Sometimes, the Windows 10 search box may not work.
Solutie
I. Use PowerShell command
- Right-click on Start.
- Click on the Windows PowerShell (Admin) option.
3.In the PowerShell window, type the following command and press Enter to execute the command.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like “*SystemApps*”} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
4. After the command is executed, close the PowerShell window.
5.Press the Windows Key and try to search for any keyword in the search bar.
II. Restart file explorer
- Open the Task Manager from the Taskbar.
- Locate Windows Explorer in the process tab.
- Select it and click on Restart
III.
- Open File Explorer and go to C:Windowssystem32.
- Inside the directory, search for ctfmon.exe.
- Right-click on ctfmon.exe and click Open.
- Close the File Explorer.
Leave A Comment?