Remove store application cache solve the problem that Win10 App Store can't open

Source: Internet
Author: User
Tags error code

method One, remove the cache to solve the problem that the application store can't open

The problem that the App store doesn't open is always bothering some users. Although Microsoft has claimed to have fixed the issue in the last Windows 10 update, let's introduce one way: Remove the WIN10 store cache.

To delete a cache, you first need to find the right location. The path to the WIN10 application store is:

Note that to get into the AppData folder above, you need to display hidden files, you can find options in the View tab of the File Explorer, and then select Show hidden files, folders, and drives in the View tab of the folder options.

After entering the LocalCache folder, delete all the files and folders inside (cached files will be rebuilt and deleted anyway). When you try to open a store application, the problem should be resolved.

Solution Two,

1, click on the taskbar search (Cortana Natalie) icon, enter PowerShell, in the search results right-click PowerShell, select "Run as Administrator."

2. Execute the following order:

① the Win10 application store is not open, enter the following command (copy and paste) to return:
$manifest = (Get-appxpackage microsoft.windowsstore). InstallLocation + ' \appxmanifest.xml '; Add-appxpackage-disabledevelopmentmode-register $manifest

② for Win10 applications , enter the following command:

Get-appxpackage-allusers | Foreach {Add-appxpackage-disabledevelopmentmode-register $ ($_). installlocation) \appxmanifest.xml "}

3, open Settings-Update and Security-windows update (can be opened directly), all detected updates are installed complete.

4, for the application store will not open the problem, if the above method does not work, you can try to reset the application store:

Press Win+r to open run, enter Wsreset, return

5, if you open the application store prompts "Server error, we have a bad time", the error code for 0X80072EFD, which may be the proxy settings in IE caused.

You can check IE's Internet Options-connection-LAN settings, as shown in the following illustration, and uncheck if "Use Proxy server for LAN" is checked.

Solution III,

You can close the Start menu by opening the WIN10 application store and then opening the Start menu immediately, when the open Win10 App Store will not flash, but instead load the page and wait for the App store to load .

Encounter WIN10 Application Shop can not open friends, may wish to try the above methods, Win8 users may try Oh

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.