# Registry

Working with the Registry is probably the most important things about customizing Windows. Everybody does it, and there are many different ways to do it.

Most resources you will find typically add Registry entries from the command line (Reg Add), others import a REG file, or run a CMD or PS1 script. I will not go into detail on any of these methods, instead focusing on GPP Registry and RegistryXML Files.

## Articles <a href="#articles" id="articles"></a>

* [Group Policy Preferences](broken://pages/-LLbqKELmR5lIVk5V9u4)
* [GPP Registry.xml](broken://pages/-LLc0Zbx0XCzWpZ9t9GQ)
* [GPP RegistryXML Files](broken://pages/-LLcMSaLX5NOW6BXXISC)
* [Convert REG to RegistryXML](broken://pages/-LLcRTjb8mFwbsxJlb1O)
* [Apply RegistryXML Files](broken://pages/-LLcVB0eAUJf18zIoVrv)

## Conclusion <a href="#conclusion" id="conclusion"></a>

After reading the above articles, you should have a firm understanding of GPP Registry and how to create and apply RegistryXML Files. You can easily create your own RegistryXML library of settings instead of adding multiple Run Command Line steps in your Task Sequence.

**Please share your favorite RegistryXML additions to Windows so I can add them to the RegistryXML Library!**


---

# Agent Instructions: 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:

```
GET https://osconfig.osdeploy.com/docs/untitled-4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
