Home  >  Article  >  System Tutorial  >  How to solve the problem of infinite loading of search box in win10

How to solve the problem of infinite loading of search box in win10

WBOY
WBOYforward
2023-12-26 22:05:081077browse

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.

Win10 search box loads infinitely:

1. Click on the Start menu - find the Windows PowerShell folder.

How to solve the problem of infinite loading of search box in win10

2. Click the Windows PowerShell file - right-click Windows PowerShell - select Run as administrator.

How to solve the problem of infinite loading of search box in win10

3. Output the command in the command window.

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

How to solve the problem of infinite loading of search box in win10

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!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete
Previous article:Unusable task managerNext article:Unusable task manager