What should I do if the Win10 official version of the app store flashes back? The

  
Win10 app store is a feature and highlight of Win10, but there are a lot of issues with the app store. Even if you have upgraded the official version of Win10, but sometimes the application store will have flashback and other issues, what should I do at this time?
1. Click on the search bar (Cortana Xiaona) icon in the taskbar, enter Powershell, right click on Powershell in the search results, select “Run as administrator”.

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”}


Copyright © Windows knowledge All Rights Reserved