en-US office user

Show Outlook Loop components for supported apps.

Verified with Microsoft 365/Office 5568.1000 — updated on September 4, 2026

Microsoft 365/Office 5568.1000

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

User Configuration\Administrative Templates\Microsoft Outlook 2016\Security\Trust Center

Description

This policy controls whether Outlook displays Loop components that are supported by installed apps without requiring users to explicitly choose to load them. If you enable this policy setting, Outlook will automatically display Loop components in emails. This applies to all messages or specifically to messages that originate within the recipient's local tenant or organization. This might involve contacting servers used by the installed apps to retrieve Loop components. If you disable this policy setting, Outlook will not load content from external servers automatically, unless the sender is included in the Safe Senders list. Recipients will have the option to manually load Loop components from untrusted senders on a message-by-message basis. If you do not set this policy setting, Outlook will default to the “enabled" setting. Note: Loop components included in messages located in the Junk Mail folder will not load automatically, regardless of the policy setting specified. Loop components will only be shown for apps that are installed, ensuring security and a tailored experience in Outlook.

Registry

HKCU software\policies\microsoft\office\16.0\outlook\options\mail

Value name: showoutlookloopcomponentsforsupportedapps

Enabled: showoutlookloopcomponentsforsupportedapps = 1

Disabled: showoutlookloopcomponentsforsupportedapps = 0

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: Show Outlook Loop components for supported apps.
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_CURRENT_USER\software\policies\microsoft\office\16.0\outlook\options\mail]
"showoutlookloopcomponentsforsupportedapps"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Show Outlook Loop components for supported apps.
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\software\policies\microsoft\office\16.0\outlook\options\mail'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'showoutlookloopcomponentsforsupportedapps' -Value 1 -Type DWord

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