Win10 application store solution, application can not open or flashback method

Source: Internet
Author: User
Keywords win10 system
Tags app store application click copy get not open opened powershell

There may be some users encounter problems after upgrading Win10 application store, application can not open or flashback, this time try some of the following ways to solve.

Click the Taskbar Search (Cortana) icon, type Powershell, right-click Powershell in the search results and select Run as Administrator.

Win10 application store opened for the case, please enter the following command (copy and paste can) Enter:

$ manifest = (Get-AppxPackage Microsoft.WindowsStore) .InstallLocation + '\ AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest

Please enter the following command:

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) \ AppXManifest.xml"}

Open the Settings - Updates and Security - Windows Update (you can directly click here to open), all detected updates are all installed.

For a store that can not be opened, try out the app store if the above method does not work:

Press Win + R to open the run, type wsreset, press Enter

If your app store opens with a "server error, we all have a bad time" error code is 0x80072EFD, which may be caused by proxy settings in IE.

At this point you can check the IE Internet Options - Connection - LAN settings, as shown below, if the "Use a proxy server for LAN" is checked, then uncheck

Related Article

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.