Forum Discussion
Windows Store
Hello cja191201,
I suggest you to create new user account and check if Stores works on that.
Else, you can re-register Store app:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell.
To install stable version of Windows 10, you need to make clean install.
Hope this helps!
KapilArya wrote:Hello cja191201,
I suggest you to create new user account and check if Stores works on that.
Else, you can re-register Store app:
1. Search for Windows PowerShell using Cortana or Windows Search.
2. From results, right click on Windows PowerShell and select Run as administrator.
3. Then type following command and press Enter key:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Let the command complete.
4. Close Windows PowerShell.
To install stable version of Windows 10, you need to make clean install.
Hope this helps!
I don't see why you need to post duplicate content, everything in your comment is already written up there.
also "Cortana" no longer is used for search, it's a separate app.