Win10 application store can not open how to do

  
1, click the search bar (Cortana Xiaona) icon, enter Powershell, right click on Powershell in the search results, select “ run as administrators ”.

2, execute the following command:
1 For the Win10 application store can not open, please enter the following command (copy and paste can be) Enter:
$manifest = (Get-AppxPackage Microsoft .WindowsStore).InstallLocation + ‘AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

2 For Win10 applications, please enter the following command:
Get-AppXPackage - AllUsers |  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}

3, open settings — update and security & mdash; Windows update (can be opened directly) Install all detected updates.

4. For the problem that the app store can't open, if the above method does not work, try resetting the app store:
Open the run by Win+R, enter wsreset, enter

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

At this time, you can check IE's Internet Options — Connect —— LAN settings, as shown below, if "Use proxy server for LAN" is checked, uncheck it.


Copyright © Windows knowledge All Rights Reserved