今天小编告诉大家如何处理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没反应的解决方法有碰到一样情况的用户们可以采取上面的方法来处理,小编会竭尽所能把大家想知道的电脑知识分享开来。