Forum Discussion
LearningSponge
Jan 25, 2026Copper Contributor
Ability to Block Windows Store on Windows 11 Pro
Dear friends, I have quite a huge number of student laptops which run Windows 11 Pro (latest) and are connected to Microsoft Entra ID. The laptops are controlled by InTune. I am having a problem a...
Jenthej
Jan 28, 2026Copper Contributor
you could also try to create a platform script that changes or adds the registry key below, and push the script through Intune. (keep in mind this is a one-time push if you're not having the E3-5 license or A3-5 license you can't use the remediation script option)
HKEY_CURRENT_USER\Software\Policies\Microsoft\WindowsStore
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\WindowsStore
set the name and value as following: RemoveWindowsStore REG_DWORD = 1
Do this for both HCU and HKLM.
Indeed as LearningSponge is saying to manage this through Intune Settings Catalog, you need Enterprise or Education Windows.