bestbuildpc: Forums
 

 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Resolving issues with Store in Windows 10
 
 
Post new topic   Reply to topic    bestbuildpc Forum Index -> Operating Systems -> Windows
View previous topic :: View next topic  
Author Message
bestbuildpc
Site Admin
Site Admin


Joined: Jun 30, 2012
Posts: 213
Location: NL

PostPosted: Mon Oct 25, 2021 13:04    Post subject: Resolving issues with Store in Windows 10 Reply with quote

After upgrading my Windows 8.1 to Windows 10 I started having issues with Metro apps and the Store. It was simply not working.

When trying to launch the Store app I was getting: "This app can't open. There's a problem with Store. Refreshing your PC might help fix it.".


SOLUTION

Right-click the start button, select "Command prompt (Admin)" and type wsreset.exe. Didn't work for me, I was getting: "You'll need a new app to open this ms-windows-store".

Right-click the start button, select "Command prompt (Admin)" and type powershell. Then type:

Code:
Set-ExecutionPolicy Unrestricted


TYPE: Y

and then copy and paste this:

Code:
Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.XML


but this didn't work at all. I got this errors:

Cannot find path 'C:\WINDOWS\WinStore\AppxManifest.XML' because it does not exist. bla bla bla

Possible Solution

Code:
Set-ExecutionPolicy Unrestricted


and then

Code:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}



Finally, it worked.

If none of the above solutions works for you - create a new administrator user and repeat the steps under the new account. You will have to transfer all the existing data to the new user profile from the old one.
  
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    bestbuildpc Forum Index -> Operating Systems -> Windows All times are GMT + 2 Hours
 
 Page 1 of 1

 

Jump to:   
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001-2008 phpBB Group
 
Forums ©