# Dual-Boot Windows

## Requirements

* a [32GB (or larger) USB flash drive](https://amzn.to/4eSvzqB)
  * if you do not have a USB flash drive, follow the video guide below
* 100GB+ available disk space

## Instructions

### 1. Creating a Volume for Windows 10

* press the `Windows key` + `X` -> select `Disk Management`
* shrink the volume
  * right click on the `C:` drive -> `shrink volume`
  * for `Enter the amount of space to shrink in MB`, enter `102400`  (or larger) -> click `Shrink`&#x20;

### 2. Creating the USB Installer

This guide follows the same process as the official Microsoft guide for using the Media Creation Tool for Windows 10. [You can read that guide here](https://support.microsoft.com/en-us/windows/create-installation-media-for-windows-99a58364-8c02-206f-aa6f-40c3b507420d#id0ejd=windows_10) or follow ours below:

* plug the [flash drive](https://amzn.to/4eSvzqB) into the PC
* download the [Windows 10 22H2 installation media creation tool](https://www.microsoft.com/en-us/software-download/windows10)
* open the `Windows Media Creation Tool`
* click `Create installation media for another PC`
* select `Windows 10 Home` from the list of available Windows editions
* select the [flash drive](https://amzn.to/4eSvzqB) from the available media
* follow the prompts within the tool to complete the creation process

### 3. Reboot the PC and Install Windows

* reboot the PC
* while the PC is rebooting, and before it enters Windows, press `ESC, F2, F10, F12, or F11` to enter the `Boot Menu`
  * if the PC boots too quickly or doesn't give the option to enter the `Boot Menu`, you may need to disable `Fast Boot` within BIOS
    * you can also quickly change this using a [registry file](https://www.elevenforum.com/t/turn-on-or-off-fast-startup-in-windows-11.1212/#Three)

{% hint style="info" %}
The BIOS menu is different for each motherboard manufacturer. Typically, this setting is found in the boot settings menus. You can also Google "disable fast boot \[motherboard manufacturer]" to see videos/guides.
{% endhint %}

* in the Boot Menu, select the USB flash drive
* follow the prompts and install Windows 10 as usual
  * you do not need to activate Windows; if you truly want to, [you can buy a license key for around $10 USD](https://www.g2a.com/n/win-10-home-dexaim)

### Completed

Once you've installed Windows 10, you can now choose it during a reboot of the PC.

<figure><img src="/files/XwvImegoYgMzyQ4LaHHh" alt="" width="563"><figcaption><p>Choose a Windows install during boot.</p></figcaption></figure>

## Video Guides

### Using a USB flash drive

This video guide shows you how to build a Windows install USB using the media creation tool.

{% embed url="<https://youtu.be/EyLZiFyoaPY>" %}

### Not using a USB flash drive

This guide utilizes a "virtual" disk to "mount" the Windows installer file. This allows you to virtually "plug in" a USB to your PC without actually needing to do so.

{% embed url="<https://youtu.be/P3lhuESdMUM>" %}


---

# 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://docs.dexa.im/1pc-guides/resources/resources/windows-guides/dual-boot-windows.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.
