Windows Store launch fail

Status
Not open for further replies.

CaptainJang

Reputable
Jul 8, 2015
17
0
4,510
I recently installed my windows10. Yesterday it was all working but now windows store wouldn't open for like 1sec then closes immediately and also other apps wouldn't open and prefer going to windows store.
 
Solution
Hello,

We recommend running the following PowerShell script to re-register the windows Store:

1. In the Search box, type in CMD

2. Right click on Command Prompt and choose Run as administrator

3. In the command prompt, enter the following command:

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

4. Restart your PC and try again to launch the Windows Store.

Slashgeek

Admirable
Hello,

We recommend running the following PowerShell script to re-register the windows Store:

1. In the Search box, type in CMD

2. Right click on Command Prompt and choose Run as administrator

3. In the command prompt, enter the following command:

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

4. Restart your PC and try again to launch the Windows Store.
 
Solution
Status
Not open for further replies.