Skip to content

Commit 634cc2d

Browse files
authored
Update create-and-manage-central-store.md
Edit review per CI 8556
1 parent 92b0a80 commit 634cc2d

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

support/windows-client/group-policy/create-and-manage-central-store.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create and manage Central Store
3-
description: Describes how to create a Central Store on a domain controller to store and replicate registry-based policies for Windows.
2+
title: Create and Manage Central Store
3+
description: Discusses how to create a Central Store on a domain controller to store and replicate registry-based policies for Windows.
44
ms.date: 02/06/2025
55
manager: dcscontentpm
66
audience: ITPro
@@ -14,7 +14,7 @@ appliesto:
1414
---
1515
# How to create and manage the Central Store for Group Policy Administrative Templates in Windows
1616

17-
This article describes how to use the new .admx and .adml files to create and administer registry-based policy settings in Windows. This article also explains how the Central Store is used to store and to replicate Windows-based policy files in a domain environment.
17+
This article discusses how to use the new .admx and .adml files to create and administer registry-based policy settings in Windows. This article also explains how the Central Store is used to store and to replicate Windows-based policy files in a domain environment.
1818

1919
_Original KB number:_   3087759
2020

@@ -29,7 +29,7 @@ _Original KB number:_   3087759
2929
- [Administrative Templates (.admx) for Windows 10, version 1607 and Windows Server 2016](https://www.microsoft.com/download/details.aspx?id=53430)
3030

3131
> [!CAUTION]
32-
> Use the ADMX download packages only in the Central Store scenario. Replacing files in c:\Windows\PolicyDefinitions is not supported.
32+
> Use the ADMX download packages in only the Central Store scenario. Replacing files in c:\Windows\PolicyDefinitions is not supported.
3333
3434
To view ADMX spreadsheets of the new settings that are available in later operating system versions, see the following spreadsheets:
3535

@@ -55,35 +55,33 @@ Windows uses a Central Store to store Administrative Templates files. The ADM fo
5555

5656
To take advantage of the benefits of .admx files, you must create a Central Store in the sysvol folder on a Windows domain controller. The Central Store is a file location that is checked by the Group Policy tools by default. The Group Policy tools use all .admx files that are in the Central Store. The files that are in the Central Store are replicated to all domain controllers in the domain.
5757

58-
We suggest keeping a repository of any ADMX/L files that you have for applications that you may want to use. For example, operating system extensions like Microsoft Desktop optimization Pack (MDOP), Microsoft Office, and also third-party applications that offer Group Policy support.
58+
We suggest that you keep a repository of any ADMX/L files that you have for applications that you may want to use. For example, operating system extensions such as Microsoft Desktop optimization Pack (MDOP), Microsoft Office, and also third-party applications that offer Group Policy support.
5959

60-
To create a Central Store for .admx and .adml files, create a new folder named PolicyDefinitions in the following location (for example) on the domain controller:
60+
To create a Central Store for .admx and .adml files, create a folder that's named PolicyDefinitions in the following location (for example) on the domain controller:
6161

6262
`\\contoso.com\SYSVOL\contoso.com\policies\PolicyDefinitions`
6363

64-
When you already have such a folder that has a previously built Central Store, use a new folder describing the current version such as:
64+
If you already have such a folder that has a previously built Central Store, use a new folder whose name describes the current version, such as:
6565

6666
`\\contoso.com\SYSVOL\contoso.com\policies\PolicyDefinitions-24H2`
6767

68-
Copy all files from the PolicyDefinitions folder on a source computer to the new PolicyDefinitions folder on the domain controller. The source location can be either of the following ones:
68+
Copy all files from the PolicyDefinitions folder on a source computer to the new PolicyDefinitions folder on the domain controller. The source location can be either of the following locations:
6969

7070
- The `C:\Windows\PolicyDefinitions` folder on a Windows 10-based or Windows 11-based client computer
7171
- The `C:\Program Files (x86)\Microsoft Group Policy\<version-specific>\PolicyDefinitions` folder, if you have downloaded any of the Administrative Templates separately from the links above.
7272

7373
The PolicyDefinitions folder on the Windows domain controller stores all .admx files and .adml files for all languages that are enabled on the client computer.
7474

75-
The .adml files are stored in a language-specific folder. For example, English (United States).adml files are stored in a folder that is named *en-US*. Korean .adml files are stored in a folder that is named *ko-KR*, and so on.
75+
The .adml files are stored in a language-specific folder. For example, English (United States).adml files are stored in a folder that's named *en-US*. Korean .adml files are stored in a folder that's named *ko-KR*, and so on.
7676

77-
If .adml files for additional languages are required, you must copy the folder that contains the .adml files for that language to the Central Store. When you have copied all .admx and .adml files, the PolicyDefinitions folder on the domain controller should contain the .admx files and one or more folders that contain language-specific .adml files.
77+
If .adml files for additional languages are required, you must copy the folder that contains the .adml files for that language to the Central Store. After you copy all .admx and .adml files, the PolicyDefinitions folder on the domain controller should contain the .admx files and one or more folders that contain language-specific .adml files.
7878

7979
> [!NOTE]
8080
> When you copy the .admx and .adml files from a Windows 10-based or Windows 11-based computer, verify that the most recent updates to these files are installed. Also, make sure that the most recent Administrative Templates files are replicated. This advice also applies to service packs, as applicable.
8181
82-
When the operating system collection is completed, merge any OS extension or application ADMX/ADML files into the new PolicyDefinitions folder.
82+
When the operating system collection is completed, merge any OS extension or application ADMX/ADML files into the new PolicyDefinitions folder. Then, rename the current PolicyDefinitions folder to reflect that it's the previous version, such as PolicyDefinitions-23H2. Finally, rename the new folder (such as PolicyDefinitions-24H2) to the production name.
8383

84-
When this is finished, rename the current PolicyDefinitions folder to reflect that it's the previous version, such as PolicyDefinitions-23H2. Then, rename the new folder (such as PolicyDefinitions-24H2) to the production name.
85-
86-
We suggest this approach as you can revert to the old folder in case you experience a severe problem with the new set of files. When you don't experience any problems with the new set of files, you can move the older PolicyDefinitions folder to an archive location outside sysvol folder.
84+
We suggest that you use this approach because you can revert to the old folder in case you experience a severe problem that affects the new set of files. When you no longer experience any problems that affect the new set of files, you can move the older PolicyDefinitions folder to an archive location outside sysvol folder.
8785

8886
## Group Policy administration
8987

@@ -93,7 +91,7 @@ Windows 10 and later versions do not include Administrative Templates that have
9391

9492
In Group Policy for Windows Vista and later version of Windows, if you change Administrative Templates policy settings on local computers, sysvol folder isn't automatically updated to include the new .admx or .adml files. This behavior is implemented to reduce network load and disk storage requirements, and to prevent conflicts between .admx and .adml files when changes are made to Administrative Templates policy settings across different locations.
9593

96-
To ensure that any local updates are reflected in sysvol folder, you must manually copy the updated .admx or .adml files from the PolicyDefinitions file on the local computer to domain controller share sysvol folder *contoso.com\\PolicyDefinitions*.
94+
To make sure that any local updates are reflected in sysvol folder, you must manually copy the updated .admx or .adml files from the PolicyDefinitions file on the local computer to the share sysvol folder, *contoso.com\\PolicyDefinitions*, on the domain controller.
9795

9896
The following update enables you to configure the Local Group Policy editor to use local .admx files instead of the Central Store:
9997

@@ -118,6 +116,6 @@ You can also use this setting to:
118116

119117
- Issue 2
120118

121-
Updated ADMX/L files for Windows 10 version 1803 contain only SearchOCR.ADML. It is not compatible with an older release of SearchOCR.ADMX that you still have in the Central Store. For more information about the problem, see ["Resource '$(string ID=Win7Only)' referenced in attribute displayName could not be found" error when you open gpedit.msc in Windows](https://support.microsoft.com/help/4292332).
119+
Updated ADMX/L files for Windows 10, version 1803 contain only SearchOCR.ADML. It is not compatible with an older release of SearchOCR.ADMX that you still have in the Central Store. For more information about the problem, see ["Resource '$(string ID=Win7Only)' referenced in attribute displayName could not be found" error when you open gpedit.msc in Windows](https://support.microsoft.com/help/4292332).
122120

123-
Both issues can be avoided by building a pristine PolicyDefinitions folder from a base OS release folder as described above.
121+
Both issues can be avoided by building a pristine PolicyDefinitions folder from a base OS release folder, as mentioned in this article.

0 commit comments

Comments
 (0)