电脑教程
位置:首页>> 电脑教程>> windows教程>> Windows10系统提示“cortana此时无法连接”怎么办?

Windows10系统提示“cortana此时无法连接”怎么办?

  发布时间:2022-09-13 00:27:49 

标签:Cortana

Windows10系统提示“cortana此时无法连接”怎么办?cortana是Windows10系统的智能语音助手,有些用户会遇到cortana无法连接网络的情况,当碰到这种状况时该如何解决呢?其实大家不必太着急,大家只要运行下小编提供的命令即可解决。

Windows10系统提示“cortana此时无法连接”怎么办?

具体如下:

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

Windows10系统提示“cortana此时无法连接”怎么办?

Windows10系统提示“cortana此时无法连接”怎么办?

2、复制粘贴以下命令运行:

  1. 01Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

  2. 02Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

复制代码

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }

0
投稿

猜你喜欢

手机版 电脑教程 asp之家 www.aspxhome.com