Instalace MS Store přes PowerShell

PowerShell je třeba spustit s admin právy:

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