南宁下载网 - 绿色的安卓游戏、软件app应用下载站

当前位置: 首页 > win10教程 > 图文帮你win10系统cortana无法连接网络的方法

图文帮你win10系统cortana无法连接网络的方法

更新时间:2020-11-21 15:51:21
我们在操作win10系统电脑的时候,常常会遇到win10系统cortana无法连接网络的情况,想必大家都遇到过win10系统cortana无法连接网络的情况吧,那么应该怎么处理win10系统cortana无法连接网络呢?我们依照在任务栏的搜索框中输入windows powershell,鼠标右击windows powershell以管理员运行;制粘贴以下命令运行:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppxManifest.xml" -verbose }windows10 cortana无法连接网络的处理方法
这样的步骤就行了;下面小编带领大家看看win10系统cortana无法连接网络的具体步骤:

1、在任务栏的搜索框中输入windows powershell,鼠标右击windows powershell以管理员运行;
windows10 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"}

看完这篇关于win10系统cortana无法连接网络的解决方法的教程,有碰到这样问题的用户们不妨可以按照上面的方法步骤来进行解决吧,希望这个小小的经验能够帮助大家不再烦恼!