windows 8.1 store app won't open

Salamander

Member
Feb 24, 2002
176
0
71
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?
 

Mem

Lifer
Apr 23, 2000
21,476
13
81
Tried a refresh or reset?...Also try it without Start8 to rule out any issues with that.
 

Salamander

Member
Feb 24, 2002
176
0
71
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
 

KatieInAthens

Junior Member
Nov 8, 2013
1
0
0
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.:rolleyes: