导读:(win10 cortana无法连接网络或连接失败该怎么办?)相关电脑教程分享。
最近使用windows 10操作系统的用户反应在win10系统中无法使用小娜,打开小娜后弹出提示:Cortana无法连接网络,或连接失败 该怎么样?该用户反应通过帮助中心进行修复、修改改变DNS等方法进行操作后仍然无果的现象。当我们在windows10操作系统中遇到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"}通过上述方法进行修复,即可解决cortana无法连接网络的故障,正常使用小娜进行搜索恢复win10系统的搜索功能。