Error 0x800704EC indicates that Microsoft Store is blocked by policy, which prevents Microsoft Store app (new) deployments that still rely on Store infrastructure from installing.
From the configuration described:
-
Require Private Store Only is set to Only Private store (device and user).
-
Turn off the Store application is Disabled (device and user).
Key behaviors from the documented policies:
- Turn off the Store application
- Does not affect Intune’s ability to install Microsoft Store apps.
- Does not block Store auto‑updates for UWP apps as long as Turn off Automatic Download and Install of updates is not enabled.
- Require Private Store Only
- Blocks end‑user access to the Microsoft Store UI.
- Still allows the Windows Package Manager
winget CLI to access the Store.
- Is explicitly called out as “not the preferred choice to prevent end user access to the Microsoft Store” because it does not fully block Store back‑end usage.
In this scenario, the 0x800704EC error shows that the Store is blocked in a way that prevents some Microsoft Store app (new) packages (like ChatGPT and DisplayLink Manager) from installing, even though Company Portal can still install. Different Store apps can use different Store mechanisms and dependencies; some may be more sensitive to Store‑blocking policies than others.
To keep control of app installation while allowing Microsoft Store app (new) deployments to succeed, use these principles from the documentation:
- Prefer Turn off the Store application to block user access
- Use Turn off the Store application (device and/or user) to block the Store UI instead of relying on Require Private Store Only.
- This setting does not block Intune from installing Microsoft Store apps.
- Keep Store auto‑update enabled
- Ensure Turn off Automatic Download and Install of updates is Not configured or Disabled so that UWP apps and built‑in apps can update automatically.
- Avoid using Require Private Store Only as the primary block
- The documentation notes that Require Private Store Only is still valid but not the preferred choice to prevent end‑user access, and it can have side effects while still allowing
winget access.
- Relax or remove Require Private Store Only where Microsoft Store app (new) deployments are failing, and rely on Turn off the Store application for UI blocking.
- Keep using Intune for control
- Continue assigning Microsoft Store app (new) apps as Required with System install behavior for managed deployment.
- For Win32 Store apps, Intune will manage updates independently of Store update policies when they are assigned.
A practical adjustment path based on the documentation:
- Change
Require Private Store Only and Require Private Store Only (User) from Only Private store to Not configured (or remove those policies) on a pilot group.
- Keep
Turn off the Store application and Turn off the Store application (User) configured as desired to block the Store UI (Enabled to block, Disabled/Not configured to allow).
- Confirm that Turn off Automatic Download and Install of updates is not enabled.
- Re‑sync a test device and retry installing ChatGPT and DisplayLink Manager via Intune.
This approach maintains centralized app control via Intune while avoiding Store‑blocking policies that interfere with Microsoft Store app (new) installations.
References: