- Sometimes, after upgrading to Windows 8.1, the Store App may not start.
- It might still show the number of available updates on the Live Tile.
- Starting the app may show a progress ring but it may not finish loading.
- To fix this, run the following in a Command Window (CMD) to re-register the Store App:
I had tried all methods that I found but my windows 8.1 app store still not working. My problem is: when I click apps store icon it only show splash screen for a moment then it closed (back to start menu). Windows 8 and 8.1 Microsoft Store app package updates available for download. Content provided by Microsoft. Windows 8 and 8.1 clients obtain updates to Microsoft Store apps directly from the Microsoft Store app (visible on the Windows Start screen). Windows 8 RT and Windows 8.
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.XML
- If you get error 0x8007064A after executing this, it means that the registry key 'HKEY_CURRENT_USERSoftwareClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionAppModelRepositoryPackages' does not have SYSTEM as the owner.
- Change the owner back to SYSTEM as explained here and try again.
- To fix three other system apps such as PC Settings, run the following:
Windows 8 Rt Version
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootcameraAppxManifest.xml
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootFileManagerAppxManifest.xml
What Is Windows 8 Rt
Store App Download Windows 8
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootImmersiveControlPanelAppxManifest.xml