您当前所在位置:u装机主页 > 电脑课堂 > win10系统提示cortana此时无法连接怎么解决

win10系统提示cortana此时无法连接怎么解决

来源:www.uzhuangji.cn 发布时间:2017-12-25 08:15

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

具体如下:

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

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无法连接网络的用户,不妨试试小编介绍的解决方法。