Recently i notice that Windows Store app unable to launch on my upgraded Windows 8.1. When I tried click the “Store” button, it visibly depresses, and then nothing happens. If you’re currently experiencing the same issue with me, don’t be panic. It can be solve.
Below are few simple steps to solve this issue:-
1. Open a Command Prompt as an Administrator.
2. In the Administrator Command Prompt, enter the following command and hit Enter
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
After this, you should able to use Windows Store to install software. 🙂