Problem
After selecting an app in Windows 10 store the store is closing without message. Different internet tips like rebuilding the store did not help. Here some sites I tried, including extracted commands.
- http://winsupersite.com/windows-10/how-fix-stopped-windows-store-downloads-windows-10
PS1: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + ‘\AppxManifest.xml’
PS1: Add-AppxPackage -DisableDevelopmentMode -Register $manifest - https://social.technet.microsoft.com/Forums/en-US/66658cdc-3fd1-4406-96b3-bca91f3ec90c/windows-store-will-not-start?forum=win10itprogeneral
PS1: Same as site above
CMD: Dism /Online /Cleanup-Image /RestoreHealth
CMD: SFC /scannow
Error Log
Event ID 1000 Source Application Error
Faulting application name: WinStore.Mobile.exe, version: 2015.9.9.2, time stamp: 0x55f0f2eb
Faulting module name: twinapi.appcore.dll, version: 10.0.10240.16397, time stamp: 0x55af1390
Solution
Windows Update Service was stopped. Windows 10 store is using parts of the update service to download apps.