解决win10安装之后本地搜索框不能用

转载  https://blog.csdn.net/c13669463387/article/details/76467977

具体操作:

在管理员命令界面(WIN+X),输入start powershell

解决win10安装之后本地搜索框不能用_第1张图片


在powershell界面输入以下指令

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

你可能感兴趣的:(win10)