博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Windows 10 无法使用搜索栏,显示一片空白

Posted on 2019-05-13 11:06  chinure  阅读(126)  评论(0)    收藏  举报

1.win+r 运行cmd

2.输入: start powershell

3.打开Windows powershell 后输入:

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