Adds the Windows store to the Windows 10 LTSC version.
In Explorer, go to the packages folder, from the File menu, start PowerShell and run:
В проводнике перейдите в папку с пакетами, из меню Файл запустите PowerShell и выполните:
dir *.appx* | sort $_.Name | %{Add-AppxPackage -Path $_.FullName}