转自https://www.zhihu.com/question/35197845?utm_source=wechat_session&utm_medium=social&utm_oi=717767570240851968
搜索框莫名其妙不能用了,真的很崩溃,在网上搜索了很多,此方法亲测可用~
方法一:
按Win+R键调出运行,输入Powershell
点击确定,如下图所示。
在该窗口下输入
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
回车,OK
方法二: