> For the complete documentation index, see [llms.txt](https://cloveware.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloveware.gitbook.io/home/cloak/remove-traces/clean-windows-reinstall.md).

# Clean Windows Reinstall

{% hint style="danger" %}
This step is **NOT required** if doing ***MAIN WAY***
{% endhint %}

### Create Bootable USB

{% stepper %}
{% step %}

### Create Bootable USB

[Download Windows 10 from Microsoft](https://www.microsoft.com/en-us/software-download/windows10)

* Download the Media Creation Tool from the link above and click **Download Now**.
* Open the Media Creation Tool.
* Select **Create installation media (USB flash drive, DVD or ISO file) for another PC**.
* Use the recommended options.
* Select **ISO file**.
* Select any directory to save the ISO.
* Download Rufus:
  * <https://github.com/pbatard/rufus/releases/download/v4.5/rufus-4.5.exe>
  * <https://github.com/pbatard/rufus/releases/download/v4.5/rufus-4.5.exe>
* In Rufus, make sure your USB is selected and click **Select** to choose the downloaded ISO.

![](/files/5e91165c51c741b0332e6aa26466ea1568a22778)

* Check the last two options in Rufus.

![](/files/6ed913b0b547e0ca699846c4145a273100f54727)

* Press **Ok** and wait for completion.
* After it's done, download this autounattend.xml file and put it onto the USB:
  * <https://mega.nz/file/I3cW0B4C#5G1ZvlsUrSrwlVqreAdH2Lb1n9Uj4ZLuzrWwJpmoUGs>
* Your USB should now look like this:

![](/files/25b9c2577ab8720e53be32685f602c61d3410ef7)

If using WiFi:

* Download your WiFi drivers before reinstalling and put them on the USB.
* You can find the WiFi drivers on your motherboard's support page online.
  {% endstep %}

{% step %}

### Reinstall Windows

* Hold **SHIFT** and click **Restart**.

![](/files/05a604379ef9199fa6b9e955fd66db6ca01a2f09)

* Select **Use a device** and choose your flash drive.

![](/files/cd4f8264b7cd0720b0d7898b4e5ebebf8a03a641)

* Select **Windows 10 Pro**.

![](/files/dd029a7cfd3da6df46fb44e4c27ee5f4b4ed29cd)

* Select **I don't have a product key**.

![](/files/cc9def31623ca8024c4e3b6896ad384ee8d14c36)

* Select **Custom: Install Windows only (advanced)**.

![](/files/7f1502c073ce774d7bdba0857066c7fb12eb3175)

* Press **SHIFT + F10** to open a CMD window.
* In CMD, run diskpart and wipe every disk except the flash drive:

  ```
  diskpart
  select disk #
  clean
  ```

  (Repeat `select disk #` and `clean` for every disk you have except your flash drive.)
* Your flash drive is likely the last drive listed.

![](/files/46451c3b47d9fa53f225ea6a17f354c73d0d6b0b)

* Close the CMD and click **Refresh**.

![](/files/750ca9426b49a016d67601f6010b07159582f085)

* Select your **main drive** and click **Next**.
* Do not connect to the internet until setup is finished.
  {% endstep %}

{% step %}

### Windows Setup

* Unplug flash drives when playing spoofed games.
* Do **NOT** log in to Microsoft.

EAC + RICOCHET only:

* Don't log in to Logitech G HUB, GeForce Experience, Razor, Medal, or similar.

(Embedded video content and controls omitted here; original page includes a Windows Setup video.)
{% endstep %}
{% endstepper %}


---

# 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://cloveware.gitbook.io/home/cloak/remove-traces/clean-windows-reinstall.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.
