Bernard,
Thanks for your detailed response. This *seems* to have fixed it ... for now. Let's hope it stays fixed.
Ben
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Search is not working after I've rebuilt the index multiple times, made sure I had the latest updates, restarted the machine multiple times, and followed the directions I found in another similar question multiple times (pasted below). Rebuilding the index takes about 4-5 days and then search will work for a week or two before it stops again. This is getting absurd. I need help to resolve this repetitive problem.
Instructions Iv'e followed:
My name is Abdirahman, I am an independent advisor and Windows 10 user. I am happy to help with your request
If you already updated the Windows 10 build 2004 or later, then please follow the link below to fix problems in Windows Search
https://support.microsoft.com/en-gb/help/452014...
If that didn't work then check one of the methods below and see if that works:-
Method 1:- ((Reindex Windows Search))
Method 2:- ((Windows Search Troubleshooter))
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Bernard,
Thanks for your detailed response. This *seems* to have fixed it ... for now. Let's hope it stays fixed.
Ben
Hi and thanks for reaching out. My name is Bernard an Independent Advisor and a Windows fan like you. I'll be happy to help you out today.
Actually I have the same problem and by following the steps below fixed my issue, I know some of these steps already done, you have just skip it if you think it will have the same result.
Method 1. Repair Windows Store and native apps like Windows Search:
http://aka.ms/solutionstoreapp
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Method 2. repair Windows Store and update components
Open Powershell with Admin or CMD with Admin (Press Windows key + X then click Windows Powershell(Admin))
Copy each line of command to Powershell then press enter (one line at a time)
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
-Once done restart the device and check
If none will work from the above solution I suggest to do an in-place upgrade wherein it will upgrade the device to the latest version and repair all issues without deleting any files.
Note: before doing this make sure to create a restore point: https://support.microsoft.com/en-hk/help/402753...
Reference: https://www.microsoft.com/en-us/software-downlo...
Note: if you receive error: “This Pc can’t be upgrade, follow the steps below”
Method 1. Go to C:$WINDOWS.~BT\Sources\Panther then delete the file name compatscancache.dat
Then try again or reboot the PC first then try again.
You might not see the folder as it is hidden, make sure to show hidden files first.
Let me know how does it goes and I hope that helps.
Bernard
Independent Advisor
I'm glad it was now all good :)