具體如下:
1、在任務(wù)欄的搜索框中輸入windows powershell,鼠標右擊windows powershell以管理員運行;
2、復(fù)制粘貼以下命令運行:
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系統(tǒng)cortana小娜提示此時無法連接的解決方法了,我們只需要通過以上方法操作即可解決cortana小娜提示此時無法連接的問題了。