Windows11 / 10でMicrosoftStoreアプリを開くときに、エラー0x80070520に直面していますか?このエラーは通常、一部のストアアプリの問題が原因で発生します。このガイドでは、この永続的なエラーを修正するための6つの異なる方法について説明します。
Store Apps Troubleshooterは、コンピューター上のストア関連の問題を見つけて修正できる最もよく知られたツールの1つです。今後、Windows 10PCでエラー0x80070520を修正するためのいくつかの追加ソリューションについても説明しました。
エラー0x80070520の原因は何ですか?
エラー0x80070520は通常、デバイスが次の1つ以上の条件を満たしている場合に発生します。
- 破損したWindowsアップデートをインストールした後
- サードパーティソフトウェアとシステムアプリケーションの相互作用が原因で、システムファイルが欠落または破損している。
- WindowsPCにウイルスやマルウェアが存在する
修正–エラー0x80070520を保存
Windows 11 / 10PCでMicrosoftStoreのエラーコード0x80070520を解決するには、次の提案を試してください。
1] Windows StoreAppsのトラブルシューティングを実行する
Windows 11または10には、ほぼすべての機能と操作のトラブルシューティング機能があります。このツールを実行すると、考えられる原因を見つけて排除することができます。トラブルシューティングを実行する方法は次のとおりです–
- 「開始」をクリックして、歯車のアイコンを選択します。
- 設定アプリに移動します。
- を選択し
Update & Security > Troubleshoot > Additional troubleshooter
ます。 - 次の画面で、[Windows Store Apps]をクリックして展開し、[トラブルシューティングツールの実行]をクリックします。
- 次に、画面の指示に従って残りの手順を完了します。
2] Reset Windows Store
Since error 0x80070520 occurs due to issues within the Microsoft Store, it’s best to reset the Windows Store to its default settings. To do this, follow the instructions given below –
- Go to Settings> Apps> Apps & features.
- Navigate to the right and click to expand Microsoft Store.
- Then click on More options in the advanced panel.
- Then scroll down to the Reset section and click the Reset button .
3] Run WSReset.exe to fix 0x80070520
Alternatively, you can also use PowerShell to reset the Windows Store to default settings. All you need to do is start Windows PowerShell (Admin) and execute the code – ” wsreset.exe
“. See snapshot below –
- Finally, restart Windows to apply the latest changes.
If the error appears again, try the following set of solutions –
4] Rename the Microsoft Store cache folder.
Sometimes error 0x80070520 can also occur when the LocalCache
size of the Store folder is increasing . You can manually check if this is the case. If you find that it is more than a few MB in size, simply rename the cache file cache.old
using the following steps:
- First of all, contact the below mentioned location –
C:\Users\<username>\AppData\Local\Packages \Microsoft.StorePurchaseApp_8wekyb3d8bbwe\LocalCache
Note . If you can’t get past the username, enable hidden files and folders.
- Rename the cache folder to something
cache.old
inside the LocalCache folder .
- Close all running windows and restart your computer for the changes to take effect.
5] Reinstall Microsoft Store
If none of the above solutions fixes issue 0x80070520, try reinstalling the Store app via PowerShell. Here’s how to accomplish this task –
- Use the Win + X keyboard shortcut to enter the power menu.
- Select Windows PowerShell (Admin).
- Now run the following two cmdlets separately.
Tip : Make sure you enter the script below correctly. The first code will remove all applications, and the second will bring them back. |
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage
Get-AppxPackage -allusers *WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\\AppXManifest.xml”}
- After successfully executing the above script, restart Windows to apply the latest changes.
I hope the store error 0x80070520 has been fixed already. If you have any questions or suggestions, let us know in the comments section.
コメントを残す