win10系統(tǒng)故障率實(shí)在是太多,而且莫名其妙就會給你來一發(fā)!
最近就遇到微博UWP程序無法打開使用了,其它的UWP正常。卸載手動清理了C:\Windows\SoftwareDistribution緩存還是沒卵用。google一下,最終得以解決。
解決方法:
- In the Search bar, type Windows PowerShell.
- Right-click the first result and select Run as administrator.
- Type or copy paste this command: Get-AppxPackage windowsstore | Remove-AppxPackage.
- Once its done, restart your computer.
- Open the Windows PowerShell again and reinstall Windows Store using this command: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}.
- Once its done, sign in to Windows Store and see if its working.
在執(zhí)行第二條命令時需要開啟防火墻服務(wù)!

image.png