I was having issues with apps from the Store acquiring their licenses. I tried the post at
http://answers.microsoft.com/en-us/i...d9c1550?page=1 by Ramesh.Kumar that said to run this in an elevated Command Prompt window:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
After running that, the "Store" app in the start menu is now the following:
Opening it shows the following window before it disappears after a second or two:
Any ideas on how to fix this (without reinstalling Windows)?