Win10系统cortana小娜提示此时无法连接修复教程

电脑教程 次浏览手机阅读

原标题:"Win10系统cortana小娜提示此时无法连接的解决方法"相关电脑问题教程分享。 - 来源:191路由网

  Win10系统小娜无法连接网络怎么办?Win10系统cortana提示此时无法连接该如何解决?下面给大家介绍Win10系统小娜不能连接网络的解决方法。

  具体如下:

  1、在任务栏的搜索框中输入windows powershell,鼠标右击windows powershell以管理员运行;

Win10系统cortana提示此时无法连接的解决方法

Win10系统cortana提示此时无法连接的解决方法

  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”}

喜欢 ()