時間:2017-12-21 來源:互聯網 瀏覽量:
Win10係統小娜無法連接網絡怎麼辦?Win10係統cortana提示此時無法連接該如何解決?下麵給大家介紹Win10係統小娜不能連接網絡的解決方法。
具體如下:
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”}