Fix Windows 10 Search Not Working
Fix Windows 10 Search Not Working
So your windows search box is not working correctly? maybe you can't type in search box, or it stopped working after a windows update? whatever the reason I will show you how to fix it.
Can't Type in Windows 10 Search Bar
Powershell commands
Copy & Paste
1.
PowerShell -ExecutionPolicy Unrestricted
2.
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
3.
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Run Command
1.
C:\Windows\System32\ctfmon.exe
Hope this helps you out, still need help? join our forum
http://www.briteccomputers.co.uk/forum