windows10系统自带了语音助手小娜,不过很多朋友在使用小娜过程中都遇见了小娜提示无法连接的问题。这是怎么回事呢?其实,该问题是小娜无法连接导致的。接下来,就随系统城小编一起看看具体解决方法吧!
推荐:win10系统下载64位
具体如下:
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小娜提示此时无法连接问题的解决方法就介绍完了。遇到类似问题的朋友们,赶紧也操作看看!