win10系统搜索web和windows没反应的修复方案
2021-09-10 13:30:13佚名
大家对电脑都爱不释手,但偶尔会碰见win10系统搜索web和windows没反应的问题,相信大家都是第一次面对win10系统搜索web和windows没反应的问题,那么怎样快速解决win10系统搜索web和windows没反应的问题呢?我们只需要按1、点击开始菜单,展开:Windows Powershell,在 “Windows Powershell”上单击鼠标右键,选择【以管理员身份运行】; 2、在弹出的的框中输入下面命令按下回车键: 的顺序来就可以了,现在我们就一同详细的学习一下win10系统搜索web和windows没反应的解决方法:
“搜索web和windows”没反应的解决方法:
1、点击开始菜单,展开:Windows Powershell,在 “Windows Powershell”上单击鼠标右键,选择【以管理员身份运行】;
2、在弹出的的框中输入下面命令按下回车键:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
3、等待命令滚动完毕后接着输入:
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
完成后关闭Powershell,并重启计算机即可恢复正常!
本篇关于win10系统搜索web和windows没反应的解决方法到这里已经讲解完了,有需要的用户们可以采取上面的方法步骤来进行操作吧,相信可以帮助到大家。