Home>Article>Operation and Maintenance> What should I do if the search box in Windows 10 system is blank?
The solution is as follows:
Run CMD as administrator, enter:
start powershell
After entering, Windows PowerShell is opened, enter # in WindowsPowerShell ##
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}The problem was successfully solved. (Recommended tutorial:
windows)
The above is the detailed content of What should I do if the search box in Windows 10 system is blank?. For more information, please follow other related articles on the PHP Chinese website!