Skip to content

Conversation

@dkocher
Copy link
Contributor

@dkocher dkocher commented Nov 25, 2025

Resolve #625.

@dkocher dkocher requested a review from AliveDevil November 25, 2025 10:19
@dkocher dkocher enabled auto-merge November 25, 2025 10:19
@AliveDevil
Copy link
Contributor

It's not only Enterprise LTSC, but some range of Windows 10 versions. Just state Windows 10, it's easier.

Also: There are two locations for this setting, because Microsoft:

So, between Windows Settings, and PowerShell add Group Policy "Computer Configuration\Administrative Templates\Windows Components\App Package Deployment\Allow all trusted apps to install".

And provide both options of setting "Allow all trusted apps to install".

# As configured by Windows Settings:
Set-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock -Name AllowAllTrustedApps -Value 1 -Type DWord

# As configured by Group Policy:
Set-ItemProperty HKLM:\Software\Policies\Microsoft\Windows\Appx -Name AllowAllTrustedApps -Value 1 -Type DWord

We'd have to verify the second one does indeed work though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Windows 10 Enterprise LTSC setup instructions

3 participants