Home>Article>Operation and Maintenance> What should I do if the search box in Windows 10 system is blank?

What should I do if the search box in Windows 10 system is blank?

王林
王林 forward
2020-11-24 16:41:13 4929browse

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete
Previous article:What does powershell mean? Next article:What does powershell mean?