logo elektroda
logo elektroda
X
logo elektroda

[Solved] Windows Search from Windows 10 on Lenovo laptop does not work

oxzremb 15447 7
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 18858872
    oxzremb
    Level 4  
    I have a problem - can't search Windows Search. Someone help me? I have been doing troubleshooting and writing has not been resolved. Windows Search Search bar doesn't work and in file explorer (I wanted to search in file explorer for search and it doesn't work either). What to do with search on this laptop? Check out the video I put on, I've had this problem for a long time.


    [movie: a68583f02e] https://filmy.elektroda.pl/67_1596802963.mp4 [/ movie: a68583f02e]
  • ADVERTISEMENT
  • #2 18858989
    Anonymous
    Level 1  
  • ADVERTISEMENT
  • #3 18860072
    wesmar
    Level 22  
    Run powershell as administrator - a dark blue window - a prompt will pop up with a construct in front of it:
    PS C:\WINDOWS\system32>
    

    Then copy and paste this lower code into the powershel window, e.g. holding shift, click with two fingers on the trackpad or shift and right.

    Get-AppxPackage Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


    They spent a while, restart the computer. See if it helped
  • ADVERTISEMENT
  • #4 18860793
    oxzremb
    Level 4  
    wesmar wrote:
    Run powershell as administrator - a dark blue window - a prompt will pop up with a construct in front of it:
    PS C:\WINDOWS\system32>
    

    Then copy and paste this lower code into the powershel window, e.g. holding shift, click with two fingers on the trackpad or shift and right.

    Get-AppxPackage Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


    They spent a while, restart the computer. See if it helped

    Unfortunately, it did not help me and I still have a problem
  • ADVERTISEMENT
  • #6 18861085
    wesmar
    Level 22  
    The damage is deeper. Before you attach the logs (I'll write them in a moment), run cmd as an administrator and in the black console, type:
    chkdsk /f c:

    Restart the computer and then cmd again as administrator and the command:
    dism /online /cleanup-image /start component cleanup
    dism /online /cleanup-image /restorehealth
    sfc /scannow

    Record the time of completion of the last operation and attach the system event log (compmgmt.msc / s) selecting all of them with shift and end, right save all or selected selected events - save to evtx file and attach. Attach two more log files - folders c: \ windows \ logs \ cbs ic: \ windows \ logs \ dism
  • #7 18895951
    oxzremb
    Level 4  
    wesmar wrote:
    The damage is deeper. Before you attach the logs (I will write them in a moment), run cmd as an administrator and in the black console enter:
    chkdsk /f c:

    Restart the computer and then cmd again as administrator and the command:
    dism /online /cleanup-image /start component cleanup
    dism /online /cleanup-image /restorehealth
    sfc /scannow

    Record the time of completion of the last operation and attach the system event log (compmgmt.msc / s) selecting all of them with shift and end, right save all or selected selected events - save to evtx file and attach. Attach two more log files - folders c: \ windows \ logs \ cbs ic: \ windows \ logs \ dism

    I didn't do that


    the search engine started working when there was some configuration after the configuration, I clicked the search button and it started working.
    I close
  • #8 18895954
    oxzremb
    Level 4  
    wesmar wrote:
    The damage is deeper. Before you attach the logs (I'll write them in a moment), run cmd as an administrator and in the black console, type:
    chkdsk /f c:

    Restart the computer and then cmd again as administrator and the command:
    dism /online /cleanup-image /start component cleanup
    dism /online /cleanup-image /restorehealth
    sfc /scannow

    Record the time of completion of the last operation and attach the system event log (compmgmt.msc / s) selecting them all with shift and end, right save all or selected selected events - save to evtx file and attach. Attach two more log files - folders c: \ windows \ logs \ cbs ic: \ windows \ logs \ dism

    I didn't do that


    the search engine started working when there was some configuration after the configuration, I clicked the search button and it started working.
    I close

    Added after 1 [minutes]:

    Windows Search after configuring windows 10 started working

Topic summary

The user reported an issue with Windows Search not functioning on their Lenovo laptop running Windows 10. Initial troubleshooting steps included closing the "search engine" process in Task Manager and running a PowerShell command to re-register Cortana. However, these attempts did not resolve the issue. Further suggestions involved using Command Prompt to run system checks and repairs, including `chkdsk`, `dism`, and `sfc`. Ultimately, the user found that after some configuration changes, the search functionality began to work again without needing to follow the suggested commands.
Summary generated by the language model.
ADVERTISEMENT