• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

windows 8.1 store app won't open

I upgraded from windows 8 to 8.1, and now I can't access the Windows app store. When I click on the tile, it flashes once and then goes back to my desktop (I have Start8 installed). Never had this issue before.

Any suggestions?
 
I found this solution, which worked. Run the following in a Command Window to re-register the Store app:
powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml
 
Well, Salamander, I put in exactly what you had posted and rec'd an error message... Add-AppxPackage : A parameter cannot be found that matches parameter name 'Register$Env'.
At line:1 char:41
+ Add-AppxPackage -DisableDevelopmentMode
-Register$Env:SystemRoot\WinStore\AppxMa ...

and some more stuff + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Windows.Appx...blah blah blah.🙄
 
Back
Top