"Relax SID enforcement" is not a built‑in, standard Group Policy setting in the Windows 11 Pro 25H2 ADMX set. It appears only when a specific Known Issue Rollback (KIR) or preview/feature policy package has been installed, which adds a custom Administrative Template.
To obtain Group Policy settings that are not present by default (such as KIR or preview-related policies), the supported pattern is:
- Get the corresponding policy definition package (.msi or .admx/.adml set) from Microsoft.
- Install or copy those templates into the policy definitions store on the machine or in the domain Central Store.
- Then open the Local Group Policy Editor or Group Policy Management Console and configure the new policy.
Two relevant patterns from existing guidance:
- KIR / Known Issue Rollback policies
For some Windows issues (including SID‑related ones), Microsoft provides a KIR MSI that, when installed, adds a dedicated node under Administrative Templates (for example,KB5065426_20250923_06201 Known Issue Rollback). The steps are:- Download the specific KIR
.msiprovided by Microsoft for the issue. - Run the
.msion the affected device. This installs the policy definition into Administrative Templates. - Open
gpedit.mscand look under Local Computer Policy > Administrative Templates for the new KB‑specific node. - Edit the policy and set it to Enabled or Disabled as instructed for that particular fix, then reboot.
- Download the specific KIR
- Feature/preview policies delivered via MSI
When a feature or behavior is controlled by a preview/feature policy that is not in-box, Microsoft Support may provide a policy definition MSI:- Download the policy definition
.msifile as instructed by Microsoft Support. - Ensure the OS version in the MSI name matches the device OS.
- Run the MSI to install the Administrative Template.
- Open
gpedit.mscand navigate to the new node under Computer Configuration > Administrative Templates > KB <#######> Feature Preview > Windows 10/11, version <YYMM>. - Edit the policy, set it to Enabled (or as instructed), and restart.
- Download the policy definition
If "relax SID enforcement" is part of a specific KIR or preview package, it will only appear after the corresponding MSI/template from Microsoft has been installed. Without that package, it will not show up in the Group Policy Editor, even on Windows 11 Pro 25H2.
For domain‑wide management, the same templates can be placed in the Central Store so they are available in the Group Policy Management Console.
References:
- Some Group Policy areas are missing from the Group Policy Editor
- How to configure Dev Drive security policy for enterprise business devices
- Policy CSP - ADMX_GroupPolicy
- Policy-Based Removal of Pre-installed Microsoft Store Apps
- System Configuration Tools in Windows
- Use Group Policy to enable an update that is disabled by default
- WinGet
- how to get group policy for duplicate sid - Microsoft Q&A