> 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/core-components/utilities.md).

# Utilities

Utilities are additional tools that OSDeploy downloads and uses during boot image creation. They are installed on the Windows 11 build machine and, where applicable, injected directly into WinPE.

| Component | Purpose                                             | Required | Install Method             |
| --------- | --------------------------------------------------- | -------- | -------------------------- |
| 7-Zip     | Extraction and archive utility; injected into WinPE | Optional | `Install-OSDeploySoftware` |

{% hint style="info" %}
Use `Install-OSDeploySoftware` to install utilities. Run it without parameters to list all available components and the command to install each one.
{% endhint %}

## Overview

Utilities complement the core ADK and driver workflows. Some utilities run only on the build machine (for example, to extract driver packs); others are injected into the WinPE image so they are available at deployment time. OSDeploy manages utility downloads and WinPE injection automatically during `Build-OSDeployBoot` and `Invoke-OSDeployMDT`.

## In This Section

* [7-Zip](/core-components/utilities/7zip.md) — Archive extraction tool installed on the build machine and injected into WinPE


---

# 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/core-components/utilities.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.
