win10系统提示cortana此时无法连接的处理方法
  • 作者:佚名
  • 时间:2017-12-25

cortana(中文名:微软小娜)是微软发布的全球第一款个人智能助理。它“能够了解用户的喜好和习惯”,“帮助用户进行日程安排、问题回答等”。可是最近win10用户却遇到cortana无法连接网络的情况,那么遇到提示“cortana此时无法连接”怎么办呢?解决方法方法很简单,下面小编就为大家介绍win10系统提示“cortana此时无法连接”的解决方法。

具体如下:

1、在任务栏的搜索框中输入windows powershell,鼠标右击windows powershell以管理员运行;

2、复制粘贴以下命令运行:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$(.InstallLocation)\AppXManifest.xml”}

Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$(.InstallLocation)\AppxManifest.xml" -verbose }

复制代码

3、在管理员身份运行的Windwos powershell输入以下指令:

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

复制代码

上述操作就是小编为大家介绍的win10系统提示“cortana此时无法连接”的解决办法了,有遇到cortana无法连接网络的用户,不妨试试小编介绍的解决方法。

相关推荐