微软商店一直安装不上Intel Media SDK DFP
具体表现为一直安装失败,但是下载进度条一直在,无法去除。
-
If you are able to open MS Store, open MS Store > Click on your profile picture on top right and sign-out. Then sign-in again.
-
Run Windows Store Apps Troubleshooter
Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter -
Reset Windows Store through Command Prompt
Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer -
Re-register All Store apps (You will get many Reds, ignore them)
Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter > Restart your computer
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "
- Uninstall & Reinstall Store
Windows Key+X > Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter
Get-AppxPackage -allusers Microsoft.WindowsStore | Remove-AppxPackage
Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “
这些一个个试,根据大家的反馈,基本第三个可以成功,我也是第三个方法成功的
本文作者:Akkuman
本文链接:https://www.cnblogs.com/Akkuman/p/11436889.html
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步