Monday, April 15, 2019

Microsoft Store Error on Windows 10

If you have issue with microsoft store, such as microsoft store closes immediately after opening or can't install any app from microsot store with error pop up "couldn't install, we'll retry shortly". Here's the solution for you that will fix it 100%.

1. Klik search button then type "powershell". Then right click it and choose option "Run as Administrator".

2. You need to remove microsoft store first. Then copy paste this command into powershell :

   Get-AppxPackage *windowsstore* | Remove-AppxPackage

3. After you press enter. Copy paste this command to reinstall Microsoft Store and don't forget to press enter.

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

4. Reboot the pc. 

5. After restart, go to setting or press Windows logo key  + I. Then click "Apps", then choose "Apps & Features". Scroll down until you see "App Installer". Click it and click Advanced Option right under the "Microsoft Corporation" text. Then scroll down until you find "Reset" button. Click the button until "check mark" icon appears next to the reset button.

6. Then you can try again install app from microsoft store.

7. This solution can also be used for built-in windows app error such as calculator, photos etc. You just need to reset the app like step 5.

1 comment: