将闪退的应用卸载之后重新安装一下。
方法二、重装应用商店
1、点击任务栏【Windows】图标,输入【powershell】。
2、鼠标右击【Windows Powershell】,选【以管理员运行】。
3、逐一拷贝(Ctrl+C)和黏贴(Ctrl+V)以下命令:
taskkill /f /im explorer.exe
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
(重装应用商店)
Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
Get-AppxPackage -all *Microsoft.WindowsStore* |% {Add-AppxPackage -register -disabledevelopmentmode ($_.installlocation + “appxmanifest.xml”)}
start explorer
4、重启电脑。
5、重新打开应用商店,下载相关应用即可。
方法三:
1、按 Win + i 组合键,打开Windows 设置,点击更新和安全(Windows 更新、恢复、备份)。
2、将系统更新到最新版即可。