Thursday, 7 March 2019

windows 8.1 - Store won't open after upgrade


After upgrading Windows 8 Enterprise to Windows 8.1 Enterprise (RTM), the store app won't launch anymore, hanging on the splash screen forever. Is there a trick to reset the store app or something? Restarting or killing the app didn't work. There are no error messages in the event logs (TWinUI/Operational etc.).


enter image description here



Answer



Found this on another forum. Open a command prompt and run the following:


powershell -ExecutionPolicy Unrestricted Add-AppxPackage
-DisableDevelopmentMode
-Register $Env:SystemRoot\WinStore\AppxManifest.xml

(All on one line.)


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...