具体如下:
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小娜提示此时无法连接的问题了。