# 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: 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://www.osdeploy.com/core-components/utilities.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.
