en-US windows computer

Configure Regional Options preference extension policy processing

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

Windows 11 25H2

Supported on: At least Windows Server 2003 operating systems or Windows XP Professional with SP2

Path in the GPO console

Computer Configuration\Administrative Templates\System\Group Policy

Description

This policy setting allows you to configure when preference items in the Regional Options preference extension are updated. If you enable this policy setting, you can configure processing options for Regional Options preference items. If you disable or do not configure this policy setting, Regional Options preference items are allowed to process across a slow network connection, to be applied during background processing, and to process even if the Group Policy objects (GPOs) are unchanged. By default, background processing priority is "Idle." Notes: 1. The "Allow processing across a slow network connection" option updates preference items even when the update is transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays. 2. The "Do not apply during periodic background processing" option prevents the system from updating affected preference items in the background while the computer is in use. When background updates are disabled, preference item changes do not take effect until the next user logon or system restart. 3. The "Process even if the Group Policy objects have not changed" option updates and reapplies the preference items even if the preference items have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged preference items, such as reapplying a desired preference setting in case a user has changed it.

Registry

HKLM Software\Policies\Microsoft\Windows\Group Policy\{E5094040-C46C-4115-B030-04FB2E545B00}

More options available

Options

Allow processing across a slow network connection
NoSlowLink boolean - default: 1
Do not apply during periodic background processing
NoBackgroundPolicy boolean
Process even if the Group Policy objects have not changed
NoGPOListChanges boolean - default: 1
Background priority
BackgroundPriorityLevel enum
  • Normal -> 3
  • Below Normal -> 2
  • Lowest -> 1
  • Idle -> 0 (default)

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 Regional Options preference extension policy processing
; State: Enabled
; Supported on: At least Windows Server 2003 operating systems or Windows XP Professional with SP2

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Group Policy\{E5094040-C46C-4115-B030-04FB2E545B00}]
"NoSlowLink"=dword:00000001
"NoBackgroundPolicy"=dword:00000000
"NoGPOListChanges"=dword:00000001
"BackgroundPriorityLevel"=dword:00000000
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Configure Regional Options preference extension policy processing
# State: Enabled
# Supported on: At least Windows Server 2003 operating systems or Windows XP Professional with SP2

$path = 'HKLM:\Software\Policies\Microsoft\Windows\Group Policy\{E5094040-C46C-4115-B030-04FB2E545B00}'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'NoSlowLink' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'NoBackgroundPolicy' -Value 0 -Type DWord
Set-ItemProperty -Path $path -Name 'NoGPOListChanges' -Value 1 -Type DWord
Set-ItemProperty -Path $path -Name 'BackgroundPriorityLevel' -Value 0 -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