> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/getting-started/generate-windows-pe-boot-images/brand-winpe-background.md).

# Brand WinPE Background

Many organizations like to brand deployments with their own logo files and branded backgrounds.  DeployR allows this customization in WinPE by adding an image file "winpe.jpg" into the "Extras" Content Item.

<figure><img src="/files/XYxxLwZEmozlOeh6F0Bo" alt=""><figcaption></figcaption></figure>

### Create your Source Folder Structure

When creating that content item, build out the required folder structure, Content Root\Windows\System32\winpe.jpg.  In this example, the content root is the "ExtraFiles" folder.

<figure><img src="/files/HsAIFVcmy6GkTnNrSDEu" alt=""><figcaption></figcaption></figure>

Note, anything you add into these folders will be copied into WinPE into the same folder structure, ie, \Windows\System32\CMTrace.exe like in this image above will be copied into WinPE and when running be located at x:\windows\system32\CMTrace.exe

### Create the Content Item

<figure><img src="/files/5UBw0E0GDSXNOqUrecnq" alt=""><figcaption></figcaption></figure>

After check the box "open after creation", you click save, it will open the new content item and you can click "New version"

<figure><img src="/files/Y2S0CrUJwXvTukdHgKw3" alt=""><figcaption></figcaption></figure>

Add a description if you like, then click Save.  Click "Choose file", the browse to the root of the source you wish to upload and click "upload".

<figure><img src="/files/ZUQJ2qMrtJAyjCY38RIC" alt=""><figcaption></figcaption></figure>

A prompt will appear to upload the files, click "Upload"

<figure><img src="/files/6A6fnCTsVOBMr4Kep87Y" alt=""><figcaption></figcaption></figure>

It will now show a list of the files it will upload and wait for you to click upload... click upload all

<figure><img src="/files/K8sKBVMA8hl61TanxI1T" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8yCGcRFjE1kLZmEpHNuL" alt=""><figcaption></figcaption></figure>

The content item is now created and can be set in your Boot Image.

Once you've set the Content Item in the "Extra files" content item location in the boot image, click "Generate Image" and wait for it to complete.

<figure><img src="/files/cnNJMItCuQf7x8KQYVB4" alt=""><figcaption></figcaption></figure>

You'll now have your custom branded background image in WinPE.

<figure><img src="/files/gL9NreUIKbMtn8N3PJaP" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://documentation.2pintsoftware.com/deployr/1.2/getting-started/generate-windows-pe-boot-images/brand-winpe-background.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.
