Windows 8.1 app store flashed 2~4 seconds and then exited

  

Some users exposed Windows 8.1 system app store flashed. 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 problem 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

The App Store is the only installation channel for Metro apps 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