Windows 8.1 app store flashback solution

  
Some users have exposed the Windows 8.1 system app store flashback situation. After launching, the interface with the app store logo entering the green bottom exits after 2~4 seconds, and there is no such rotating circle under the store logo in the whole process. How to solve this problem?
Method 1
First enter UAC in the run and set the user control to the default setting.
If you still have problems, we recommend that you create a new local account to test if the issue persists. Or try running the command prompt as an administrator, then type netsh winsock reset and hit enter.
Method 2
At the command prompt (admin mode) type:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\\WinStore\\AppxManifest.xml
App Store as The only installation channel for the Metro app in Windows 8 or Windows 8.1, the flashback situation does prevent users from using it properly. I hope the above methods can help you solve the problem.

Copyright © Windows knowledge All Rights Reserved