# Clean Installation (USB from DeployKey)

{% stepper %}
{% step %}

### Insert USB Drive into computer using the USB A or Type-C end

{% endstep %}

{% step %}

### Click [here](https://chat.openai.com/?q=Please%20provide%20short%20and%20easy%20to%20follow%20instructions%20on%20how%20to%20boot%20a%20computer%20from%20a%20flash%20drive.%20First,%20ask%20for%20the%20computer%20model%20or%20motherboard%20model.) to ask ChatGPT for specific instructions on booting from a USB using your computer or motherboard's model number

{% hint style="info" %}
To open the ChatGPT link in a new tab, please hold the Ctrl keyboard key and click on the hyperlink (If you're reading from a computer) or hold on the hyperlink text and click open in a new tab (If you're reading from a phone).
{% endhint %}
{% endstep %}

{% step %}

### After booting from USB, you will see this. Please click "Next".

<figure><img src="/files/EYWcXdAOZqYu51ofCd42" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Please click "Install now"

<figure><img src="/files/Na1xmWuCW1dVncJsTZMN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Please enter your key here and click "Next"

<figure><img src="/files/ZwFURsLkIaEBW2e5gjwO" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### After inputting key, it should automatically detect the Home/Pro version depending on what you ordered. If it doesn't, please select the one you ordered.

<figure><img src="/files/wEMaEwJKGjmH1p2s9L8P" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Read Microsoft's terms, if you accept, click the checkbox (you will need to click the checkbox in order to continue)

If you have questions about these terms, please contact Microsoft. These are Microsoft's terms, not DeployKey.

<figure><img src="/files/TJQRhTls2z1VX1qVoWEM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click "Customized: Install Windows only (advanced)"

Clicking Upgrade won't work if you are booting from a USB drive

<figure><img src="/files/BtDNxbbNqWyfgDFLT03n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Drive Selection

On the following screen, you’ll be prompted to choose the location where you want to install the operating system. At this stage, all the hard drives connected to your computer will be displayed, along with any existing partitions.

Each hard drive will be listed beginning with “Disk 0,” followed by “Disk 1,” “Disk 2,” and so on for additional drives.

To the right of each disk name, you’ll either see “Unallocated Space” which means that portion of the drive has not been formatted, or you’ll see one or more partitions labeled as “Partition 1,” “Partition 2,” etc., which indicates that the drive has already been formatted or partially used.

For a fresh installation, your drive should show as “Unallocated Space.” Simply select that drive and click “Next” to begin installing Windows.

If you're reinstalling Windows, your drive will likely show several existing partitions, such as “Partition 1,” “Partition 2,” and more. This is because the Windows installation process creates multiple partitions by default. In this case, you’ll need to delete all existing partitions on the drive until the space is shown as unallocated. Once that’s done, you can proceed by clicking “Next.”

If your system has more than one hard drive, be careful to select the correct one. This is especially important if one of the drives contains data you wish to keep. Deleting a partition will erase all data stored on it. Make sure to back up any important files before starting the installation.

<figure><img src="/files/hheVAhvnmzGL4kxpVc2x" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Let Windows install

<figure><img src="/files/OcXI4ucHFk9lk1ndIpEc" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Now you're in Windows, set it up and enjoy!

<figure><img src="/files/cFZxQrbFHhSOdQ9Y3aCQ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://deploykey.gitbook.io/deploykey-docs/windows-11-keys/clean-installation-usb-from-deploykey.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.
