Почему нет магазина приложений в Windows 10 LTSC (LTSB) и как его установить?

- Вы используете одну из корпоративных версий Windows 10 или специальные версии в Windows 10 LTSC и Windows 10 LTSB, в них по умолчанию отсутствует магазин приложений Windows и некоторые другие возможности и приложения
- Вы используете пиратскую сборку от «умельцев», которые вырезали «все лишнее», это самый плохой вариант, не используйте сборки, проблемы с ними практически гарантированы
- Ранее магазин приложений был удален, а теперь его необходимо вернуть обратно, как это сделать читайте ниже.
Как установить магазин приложений в Windows 10 LTSC (LTSB)?
Download
To install, run Add-Store.cmd as Administrator
If the store still will not function, reboot. If still not working, open the command prompt as the administrator and run the following command, then reboot once more.
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"Addition troubleshooting
Right click start
Select Run
Type in: WSReset.exe
This will clear the cache if needed.
Microsoft stor installed but I can not download anything, I read the cache using WSReset.exe did not help. Then I tried to use this command (-ExecutionPolicy Unrestricted -Command "& {$ manifest = (Get-AppxPackage Microsoft.WindowsStore) .InstallLocation + ' AppxManifest.xml '; Add-AppxPackage -DisableDevelopmentMode -Register $ manifest} ")
it does not work is writing (Get-ExecutionPolicy: Cannot bind parameter 'Scope'. Cannot convert value 'Unrestricted' to type 'Microsoft.PowerShell.ExecutionPolicyScope'.
limited to a valid enumerator name. Specify one of the following enumerator names and try again:
Process, CurrentUser, LocalMachine, UserPolicy, MachinePolicy "
line: 1 character: 17
+ ExecutionPolicy Unrestricted -Command "& {$ manifest = (Get-AppxPackag …
+ ~~~~~~~~~~~~
+ CategoryInfo: InvalidArgument: (:) [Get-ExecutionPolicy], ParameterBindingException
+ FullyQualifiedErrorId: CannotConvertArgumentNoMessage, Microsoft.PowerShell.Commands.GetExecutionPolicyCommand) there are quotes at the end if nothing happens. What can be done in this case?