W
Windows Central Question
When I open the app store, the splash screen comes up and then just disappears and nothing ever happens. Had anyone seen a fix for this?
I found the following worked for me
- Go to Start Menu > All Apps > Windows Power Shell
- Right click on Windows PowerShell and select run as administrator
- Enter the following command and press enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
I found the following worked for me
- Go to Start Menu > All Apps > Windows Power Shell
- Right click on Windows PowerShell and select run as administrator
- Enter the following command and press enter:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
I found this suggestion on numerous pages, and it did nothing for me. It spewed out a bunch of text for about 10 minutes, then nothing.