Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2020-09-25 17:13:20 | ![]() 85,359 Views |
Method 1 – Check for Windows Search Service.
Run Command – C://Windows//System32//ctfmon.exe
Method 2 – Rebuild Windows 10 Apps –
Powershell Commands –
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
Method 3 – Rebuild Index
Method 4 – Disable Bing Search
Method 5 – Reset Windows 10 Search Completely
Download Powershell Script – https://www.microsoft.com/en-us/download/100295
Note: It is advised to create a system restore point before following any Windows tutorial.
Please take the opportunity to connect and share this video with your friends and family if you find it useful.