en-US edge computer user

Disable SmartScreen AppRep based warnings for specified file types on specified domains

Verified with Microsoft Edge 152.0.4191.53 — updated on July 12, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge version 118, Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge\SmartScreen settings

Description

You can enable this policy to create a dictionary of file type extensions with a corresponding list of domains that are exempted from SmartScreen AppRep warnings. For example, if the `vbe` extension is associated with "contoso.com," users can't see a SmartScreen AppRep warning when downloading `vbe` files from "contoso.com." They can, however, see a download warning when downloading `vbe` files from "fabrikam.com." Files with file type extensions specified for domains identified by this policy are still subject to file type extension-based security warnings and mixed-content download warnings. If you disable this policy or don't configure it, files that trigger SmartScreen AppRep download warnings show warnings to the user. If you enable this policy: * The URL pattern should be formatted according to https://go.microsoft.com/fwlink/?linkid=2095322. * The file type extension entered must be in lower-cased ASCII. The leading separator shouldn't be included when listing the file type extension; so, `vbe` should be used instead of `.vbe`. Example: The following example prevents SmartScreen AppRep warnings on msi, exe, and vbe extensions for *.contoso.com domains. It might show the user a SmartScreen AppRep warning on any other domain for exe and msi files but not for vbe files. [ { "file_extension": "msi", "domains": ["contoso.com"] }, { "file_extension": "exe", "domains": ["contoso.com"] }, { "file_extension": "vbe", "domains": ["*"] } ] Note: While the preceding example shows the suppression of SmartScreen AppRep download warnings for `vbe` files for all domains, applying suppression of such warnings for all domains isn't recommended due to security concerns. The ability to suppress warnings for all domains is shown in the example merely to demonstrate the ability to do so. Example value: [ { "domains": [ "https://contoso.com", "contoso2.com" ], "file_extension": "msi" }, { "domains": [ "*" ], "file_extension": "vbe" } ]

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

More options available

Options

Disable SmartScreen AppRep based warnings for specified file types on specified domains
ExemptSmartScreenDownloadWarnings text

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.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Disable SmartScreen AppRep based warnings for specified file types on specified domains
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 118, Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"ExemptSmartScreenDownloadWarnings"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Disable SmartScreen AppRep based warnings for specified file types on specified domains
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 118, Windows 7 or later

$path = 'HKLM:\Software\Policies\Microsoft\Edge'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'ExemptSmartScreenDownloadWarnings' -Value '' -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