Jump to content

Windows 10 Store errors and store apps errors

Sounds like something is messed up. Could be hardware could be software.  I had to work through inference to even tell you were talking about a windows machine. as “the store” doesn’t mean much.  I don’t know if this is even a laptop or a desktop.  Maybe check out the form at the top of “troubleshooting” which this seems to be.

Not a pro, not even very good.  I’m just old and have time currently.  Assuming I know a lot about computers can be a mistake.

 

Life is like a bowl of chocolates: there are all these little crinkly paper cups everywhere.

Link to post
Share on other sites

20 hours ago, Bombastinator said:

Sounds like something is messed up. Could be hardware could be software.  I had to work through inference to even tell you were talking about a windows machine. as “the store” doesn’t mean much.  I don’t know if this is even a laptop or a desktop.  Maybe check out the form at the top of “troubleshooting” which this seems to be.

tried troubleshooting it say it could not detect anything

Link to post
Share on other sites

open up elevated powershell

this will uninstall MS Store

Get-AppxPackage *windowsstore* | Remove-AppxPackage

once its removed, reboot.

then run this in elevated powershell.

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

 

Link to post
Share on other sites

4 minutes ago, ACEHACK said:

open up elevated powershell

this will uninstall MS Store


Get-AppxPackage *windowsstore* | Remove-AppxPackage

once its removed, reboot.

then run this in elevated powershell.


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

 

tried it previously didnt work when it try to open windows store it justt crash

Link to post
Share on other sites

Just now, GilgameshAH7 said:

rebooted still the same 😅

ok so what exactly happens? does it crash or it doesnt open. 

maybe now that you did sfc  do this again.

 

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

 

Link to post
Share on other sites

39 minutes ago, GilgameshAH7 said:

tried troubleshooting it say it could not detect anything

Sorry.  I meant the troubleshooting thread in this forum. https://linustechtips.com/main/forum/46-troubleshooting/
 

might get more help there.  It’s specific to problems with computers.  You seem to have found some anyway though.

Not a pro, not even very good.  I’m just old and have time currently.  Assuming I know a lot about computers can be a mistake.

 

Life is like a bowl of chocolates: there are all these little crinkly paper cups everywhere.

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

×