Jump to content
6 minutes ago, UnhingedIT said:

Try to reinstall MS Store with powershell (run as admin)

 

Get-AppxPackage *Microsoft.WindowsStore* | Reset-AppxPackage

and restart PC

 

Alternatively you can try to reset cache using this method

win+r and then enter  "wsreset.exe"

i might have tried both

Link to post
Share on other sites

Check your region & language settings. If they are not set correctly some of the windows services will not work. 

Also try this

 

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

 

and restart 

Link to post
Share on other sites

22 minutes ago, UnhingedIT said:

Check your region & language settings. If they are not set correctly some of the windows services will not work. 

Also try this

 

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

 

and restart 

didnt work

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×