Microsoft Store cannot load the page, refresh [Microsoft official solution]

Microsoft Store could not load the page, please refresh. Problem solving [official solution]:

Solution 1. Settings >> Apps >> Apps and Features >> Find App Store >> Advanced Options >> Reset.

Solution 2. You can try to clear the cache of the app store to see if it can return to normal:

		按“Win+R”键,在运行窗口中,键入 WSReset.exe并点击“ 运行 ”。

If the problem persists, we recommend that you try the following solutions to redeploy your app store:

		在打开的“管理员:Windows Powershell”窗口中输入以下命令:

		get-appxpackage *store* | remove-Appxpackage

Install again:

add-appxpackage -register "C:\Program Files\WindowsApps\*Store*\AppxManifest.xml" -disabledevelopmentmode

Guess you like

Origin blog.csdn.net/qq_28872655/article/details/114840263