en-US windows computer

Configure App Install Control

Verified with Windows 11 25H2 — updated on July 30, 2026

Windows 11 25H2

Supported on: At least Windows Server 2016, Windows 10 Version 1809

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Windows Defender SmartScreen\Explorer

Description

App Install Control is a feature of Windows Defender SmartScreen that helps protect PCs by allowing users to install apps only from the Store. SmartScreen must be enabled for this feature to work properly. If you enable this setting, you must choose from the following behaviors: - Turn off app recommendations - Show me app recommendations - Warn me before installing apps from outside the Store - Allow apps from Store only If you disable or don't configure this setting, users will be able to install apps from anywhere, including files downloaded from the Internet.

Registry

HKLM Software\Policies\Microsoft\Windows Defender\SmartScreen

Value name: ConfigureAppInstallControlEnabled

Enabled: ConfigureAppInstallControlEnabled = 1

Disabled: ConfigureAppInstallControlEnabled = 0

More options available

Options

Pick one of the following settings:
ConfigureAppInstallControl enum
  • Turn off app recommendations -> Anywhere (default)
  • Show me app recommendations -> Recommendations
  • Warn me before installing apps from outside the Store -> PreferStore
  • Allow apps from Store only -> StoreOnly

MDM / Intune (CSP)

./Device/Vendor/MSFT/Policy/Config/SmartScreen/EnableAppInstallControl
Device Since Windows 10, version 1703 [10.0.15063] and later Official mapping (Microsoft Learn)

Microsoft Learn documentation Mapping data: Microsoft Learn (CC BY 4.0)

CSP values
  • 0 (Default) - Turns off Application Installation Control, allowing users to download and install files from anywhere on the web.
  • 1 - Turns on Application Installation Control, allowing users to only install apps from the Store.
  • 2 - Turns on Application Installation Control, letting users know that there's a comparable app in the Store.
  • 3 - Turns on Application Installation Control, warning users before installing apps from outside the Store.

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Configure App Install Control
; State: Enabled
; Supported on: At least Windows Server 2016, Windows 10 Version 1809

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\SmartScreen]
"ConfigureAppInstallControlEnabled"=dword:00000001
"ConfigureAppInstallControl"="Anywhere"
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure App Install Control
# State: Enabled
# Supported on: At least Windows Server 2016, Windows 10 Version 1809

$path = 'HKLM:\Software\Policies\Microsoft\Windows Defender\SmartScreen'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ConfigureAppInstallControlEnabled' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'ConfigureAppInstallControl' -Value 'Anywhere' -Type String

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview