> For the complete documentation index, see [llms.txt](https://www.osdeploy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.osdeploy.com/guide/basic/update-osdeploycore.md).

# Update Core Content

Download and prepare the Windows, recovery, and driver content used by OSDeploy.

Use `Update-OSDeployCore` to prepare the local content library used to build OSDeploy boot images. The command downloads current Windows source files, prepares Windows and Windows Recovery Environment (WinRE) content, and updates Windows Preinstallation Environment (WinPE) drivers under `$env:ProgramData\OSDeployCore`.

## Prepare OSDeployCore

{% stepper %}
{% step %}

### Confirm the Requirements

Run the function on a workstation that meets these requirements:

* Windows 11 25H2 build 26200 or later
* PowerShell 7.6 or later installed from the MSI package
* Current [OSDeploy module](/guide/requirements/powershell-modules.md)
* [Required software](/guide/basic/install-osdeploysoftware.md)
* Administrator rights
* `curl.exe` available in `PATH`
* Internet access and enough storage for Windows source files and drivers

{% hint style="warning" %}
Windows source files are large, and preparing the images can take time. Keep the elevated PowerShell session open until the command finishes.
{% endhint %}
{% endstep %}

{% step %}

### Run the Update

Open an elevated PowerShell 7.6 session and run:

```powershell
Update-OSDeployCore
```

Follow the confirmation prompts to download the Windows source files, prepare the Windows and WinRE content, and update the WinPE drivers. Existing verified content can be reused.
{% endstep %}
{% endstepper %}

For update behavior and advanced examples, see [Update-OSDeployCore](/guide/cmdlets/update-osdeploycore.md). For compact syntax, see the [Update-OSDeployCore command reference](/command-reference/osdeploy/update-osdeploycore.md).


---

# 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://www.osdeploy.com/guide/basic/update-osdeploycore.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.
