Home > Article > System Tutorial > How to solve the problem of infinite loading of search box in win10
When the user is using the win search box, the search item keeps loading and cannot be displayed. Generally, it can be solved by opening Windows PowerShell (administrator) and inputting commands. Let’s take a look at the details of the infinite loading of the win10 search box. Solution.
1. Click on the Start menu - find the Windows PowerShell folder.
2. Click the Windows PowerShell file - right-click Windows PowerShell - select Run as administrator.
3. Output the command in the command window.
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}!
4. Restart to solve the infinite loading problem.
The above is the detailed content of How to solve the problem of infinite loading of search box in win10. For more information, please follow other related articles on the PHP Chinese website!