Share via

Why search bar need loading?

Anonymous
2021-10-06T08:32:16+00:00

Why this appear at search bar everytime i start the computer?

Windows for home | Windows 10 | Windows Hello, lock screen and sign-in

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.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-10-06T09:05:05+00:00

    Good Day LauChi,

    My name is Carlo, I'm an Independent Advisor and community member like you.

    I am also using Windows 10 pc. Let us work together to sort this out.

    Here's the steps you can try.

    -Press Windows key + X

    -Go to Settings

    -Click Update and Security

    -Click Troubleshooter then Additional troubleshooter.

    -Look for Search and Indexing and run the troubleshooter.

    Once done proceed with these steps.

    -Press Windows key + X

    -Click Windows Powershell Admin

    -Copy and paste each of the command below and hit enter.

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

    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

    PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

    Once done restart your computer and check.

    If issue persists, try these steps.

    https://docs.microsoft.com/en-us/troubleshoot/w....

    I hope the information above helps. Please let me know how it goes.

    Have a wonderful day ahead and stay safe.

    Sincerely,

    Carlo T.

    Was this answer helpful?

    0 comments No comments