> For the complete documentation index, see [llms.txt](https://osconfig.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osconfig.osdeploy.com/docs/untitled-2/update-admx-templates.md).

# Update ADMX Templates

The goal of this section is to setup a GPO with Policies and Preferences (Registry) for Windows Deployments. If you do not manage Active Directory, then don't worry about this step. Get your AD Team to get the latest ADMX Templates published.

## Install ADMX Templates <a href="#install-admx-templates" id="install-admx-templates"></a>

Make sure that before you start, you have updated your ADMX Templates from this link

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LDKRxGiKLYjW1gana2O%2F-LKSOdzXCbltoxdbZYRU%2F-LKSOm7DLiT9ziOCjRVl%2F2018-08-21_11-51-45.png?alt=media\&token=5e8958e8-c896-422b-af06-adaca5037949)

## Copy Policy Definitions <a href="#copy-policy-definitions" id="copy-policy-definitions"></a>

Copy the PolicyDefinitions from C:\Program Files (x86)\Microsoft Group Policy\\\* to your SYSVOL (C:\Windows\SYSVOL\domain\Policies)

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LDKRxGiKLYjW1gana2O%2F-LKSOdzXCbltoxdbZYRU%2F-LKSPoBYqEQzqFPjes8c%2F2018-08-21_11-57-02.png?alt=media\&token=87993ea2-42ef-46b1-a06f-8ae56d5a324d)

Remove Languages that you don't need

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LDKRxGiKLYjW1gana2O%2F-LKSOdzXCbltoxdbZYRU%2F-LKSQ7JUQUYEPM6OQudC%2F2018-08-21_11-58-19.png?alt=media\&token=b84096c7-c98d-4ca9-b6d9-ad37e87e0cfe)

## Open Group Policy Management <a href="#open-group-policy-management" id="open-group-policy-management"></a>

Everything looks good!

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LDKRxGiKLYjW1gana2O%2F-LKSOdzXCbltoxdbZYRU%2F-LKSQSc_cwuToYBzvKFQ%2F2018-08-21_11-59-41.png?alt=media\&token=f2c864fa-1637-4839-8ba8-4199e095330e)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://osconfig.osdeploy.com/docs/untitled-2/update-admx-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
