1、在任務欄的搜索框中輸入windows powershell,鼠標右擊windows powershell以管理員運行;
2、復制粘貼以下命令運行:
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無法連接網(wǎng)絡的故障,正常使用小娜進行搜索恢復win10系統(tǒng)的搜索功能。
通過上述方法進行修復,即可解決cortana無法連接網(wǎng)絡的故障,正常使用小娜進行搜索恢復win10系統(tǒng)的搜索功能。