Windows 8 store problem

Associate
Joined
6 Dec 2009
Posts
1,832
Location
Essex . UK
just got a new laptop that has windows 8 installed and can not download or open anything in the windows store. I have looked all over the net and there seems to be multiple answers to fix this and i have tried most of them without any luck . Does anyone here have an idea how to fix this as i want to download windows 8.1
 
I tried all before for a broken Store on Win 8 and was about to give in because it does not only effect threStore.

Then Powershell fixed it.

Actually type this into Powershell not Command Prompt.


" 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
 
Back
Top Bottom