en-US office user

Internet and network paths into hyperlinks

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

Microsoft 365/Office 5568.1000

Supported on: At least Windows Vista

Path in the GPO console

User Configuration\Administrative Templates\Microsoft Outlook 2016\Outlook Options

Description

This policy setting specifies whether Outlook automatically turns text that represents Internet and network paths into hyperlinks. This option can also be configured by selecting the “Internet and network paths with hyperlinks” check box that is available on the Outlook | File | Options | Mail | Editor Options.... | Proofing | AutoCorrect Options… | AutoFormat tab on the user interface (UI). If you enable or do not configure this policy setting, text in Outlook that represents internet and network paths are automatically turned into hyperlinks. This is the default behavior of Outlook. If you disable this policy setting, text in Outlook that represents internet and network paths are not automatically turned into hyperlinks.

Registry

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

Value name: pgrfafo_25_1

Enabled: pgrfafo_25_1 = 1

Disabled: pgrfafo_25_1 = 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: Internet and network paths into hyperlinks
; State: Enabled
; Supported on: At least Windows Vista

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

PowerShell

# Exported from gporais.com
# Policy: Internet and network paths into hyperlinks
# State: Enabled
# Supported on: At least Windows Vista
# 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\autoformat'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'pgrfafo_25_1' -Value 1 -Type DWord

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

Open the Builder
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