en-US windows computer

Allow cross-forest user policy and roaming user profiles

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

Windows 11 25H2

Supported on: At least Windows Server 2003

Path in the GPO console

Computer Configuration\Administrative Templates\System\Group Policy

Description

This policy setting allows user-based policy processing, roaming user profiles, and user object logon scripts for interactive logons across forests. This policy setting affects all user accounts that interactively log on to a computer in a different forest when a trust across forests or a two-way forest trust exists. If you do not configure this policy setting: - No user-based policy settings are applied from the user's forest. - Users do not receive their roaming profiles; they receive a local profile on the computer from the local forest. A warning message appears to the user, and an event log message (1529) is posted. - Loopback Group Policy processing is applied, using the Group Policy Objects (GPOs) that are scoped to the computer. - An event log message (1109) is posted, stating that loopback was invoked in Replace mode. If you enable this policy setting, the behavior is exactly the same as in Windows 2000: user policy is applied, and a roaming user profile is allowed from the trusted forest. If you disable this policy setting, the behavior is the same as if it is not configured.

Registry

HKLM Software\Policies\Microsoft\Windows\System

Value name: AllowX-ForestPolicy-and-RUP

Enabled: AllowX-ForestPolicy-and-RUP = 1

Disabled: AllowX-ForestPolicy-and-RUP = 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: Allow cross-forest user policy and roaming user profiles
; State: Enabled
; Supported on: At least Windows Server 2003

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System]
"AllowX-ForestPolicy-and-RUP"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Allow cross-forest user policy and roaming user profiles
# State: Enabled
# Supported on: At least Windows Server 2003

$path = 'HKLM:\Software\Policies\Microsoft\Windows\System'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AllowX-ForestPolicy-and-RUP' -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