If you have been testing Windows 10, you will know that it comes with two Store apps. One is the old Windows 8 Store app with a green market icon and the other is the fresh one in beta stage at this moment (has a grey tile). Starting with build 9926, the Store Beta app offers Insiders the ability to test universal Office Preview apps. However, some users have been facing an issue when they open the Store beta app. It refuses to open or shows error messages about not being able to update. Here is how you can fix the issue.
Windows Store logo banner
  1. Open an elevated command prompt.
  2. In the elevated command prompt you opened, type the following:
    PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
  3. Press Enter and wait till the command finishes its work.
  4. Reboot Windows 10.
Now the Store Beta app should work. If you still have issues with it, try to set your Region and Locale to English (United States) from the Region Control Panel and then try opening the app again. However, for most users, changing the Region is not necessary
 
Information © 2013. All Rights Reserved. Powered by Thirmal
Top