Sunday, June 29, 2014

Fixing Windows Store in Windows 8.1 !


When did you face problems with Windows Store last time ? Well it's something rare but highly frustrating as it restricts your access to the world of Windows Apps. My Store choked with a problem which was not a prevalent one which made finding the solution much more harder. Practically, my Store would open and it will cross the loading screen and the Home section would load fine but the featured section won't load and whenever I click on an app, Store would stop responding and would close itself. Sounds weird and irritating enough isn't it. I tried all the methods to resolve the issue but alas none worked except one of course ! :) 

The following methods failed to get my Store working :

1)  Microsoft Store Diagnostic Program: http://go.microsoft.com/fwlink/p/?LinkId=268423; 
2) Run CMD as administrator to re-register the Store " App: powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML"  This command worked fine but still I was not able to repair the Store.
3) In run command, type " wsreset.exe ". This is supposed to reset Store. When I ran this, the Store would open showing the loading screen with the dots making a circle for a long time. Even after an hour it was doing the same and so I decided to move on to the next step.
4) Changing from Microsoft account to a Local account also failed.
5) " sfc /scannow " which should be used in Command Prompt (admin) is supposed to repair all the system files.


After all this I was frustrated enough, I was thinking of refresh my PC ! That would mean that I will have to spend the next few hours setting up my apps from the scratch. But I stumbled upon the following solution in this web page :