Skip to content

Commit 143948c

Browse files
authored
Merge pull request #7463 from simonxjx/simon-5
AB#1328: Group Policy settings show as Extra Registry Settings and can't be configured
2 parents a72e62d + 5c81533 commit 143948c

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Group Policy settings show as Extra Registry Settings
3+
description: Describes a registry setting that can be configured to allow the Group Policy Editor to use local Administrative Template files (ADMX/ADML) instead of the Central Store.
4+
ms.date: 10/23/2024
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, herbertm, v-lianna
9+
ms.custom: sap:Group Policy\Group Policy management (GPMC or GPedit), csstroubleshoot
10+
---
11+
# Group Policy settings show as Extra Registry Settings and can't be edited
12+
13+
_Applies to:_   Supported versions of Windows Server and Windows Client
14+
15+
This article describes a registry setting that allows you to configure the Group Policy Editor to use local Administrative Template files (ADMX/ADML) instead of the Central Store.
16+
17+
## ADMX/ADML file versions
18+
19+
You use updated ADMX/ADML files in the Central Store under the *SYSVOL* folder for Group Policy tools on a domain controller. The Group Policy Management Console (GPMC) on clients uses the ADMX/ADML files in the Central Store instead of the local folder *C:\\Windows\\PolicyDefinitions*.
20+
21+
In this situation, some Group Policy settings can't be configured on computers (either domain controllers or clients with Remote Server Administration Tools (RSAT) installed) that use the different versions of the ADMX/ADML files which you use for different OS versions or applications. The settings appear as **Extra Registry Settings** in the Group Policy Editor when the *PolicyDefinitions* folder doesn't have the correct versions of ADMX/ADML files. The updated ADMX/ADML files in the domain Central Store (SYSVOL) don't contain the editor data for these settings.
22+
23+
> [!NOTE]
24+
> You can still update or remove the settings using the PowerShell cmdlet `Set-GPRegistryValue` or `Remove-GPRegistryValue`.
25+
26+
## ADMX/ADML files might not contain some settings
27+
28+
This issue occurs because the updated ADMX/ADML files might not contain some settings for computers that use the different versions of the ADMX/ADML files.
29+
30+
But you can't merge the ADMX/ADML files, because the different versions use the same file names.
31+
32+
## Use local ADMX/ADML files instead of the Central Store
33+
34+
[!INCLUDE [Registry important alert](../../includes/registry-important-alert.md)]
35+
36+
There's a registry setting that allows the use of local ADMX/ADML files at *C:\\Windows\\PolicyDefinitions* instead of the Central Store for computers running the Group Policy Editor.
37+
38+
To use the ADMX/ADML files in the local store, manually set the following registry value to `1` under `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy`:
39+
40+
|Value name|Value type|Value data|
41+
|---------|---------|---------|
42+
|`EnableLocalStoreOverride`|`REG_DWORD`|`0` - Use the *PolicyDefinitions* folder in the *SYSVOL* folder if present (default).</br></br>`1` - Always use the local *PolicyDefinitions* folder.|
43+
44+
For more information, see [How to create and manage the Central Store for Group Policy Administrative Templates in Windows](../../windows-client/group-policy/create-and-manage-central-store.md).

support/windows-server/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,8 @@ items:
935935
href: ./group-policy/error-0x8007000d-backup-gpo-cmdlet.md
936936
- name: GPMC or Import-GPO cmdlet fails to restore a GPO from backup
937937
href: ./group-policy/gpmc-import-gpo-fails-restore-gpo-backup.md
938+
- name: Group Policy settings show as Extra Registry Settings
939+
href: ./group-policy/group-policy-settings-show-as-extra-registry-settings.md
938940
- name: How to enable the Group Policy loopback feature
939941
href: ./group-policy/loopback-processing-of-group-policy.md
940942
- name: How to give users access to Group Policy Objects

0 commit comments

Comments
 (0)