> For the complete documentation index, see [llms.txt](https://docs.techvance.eu.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.techvance.eu.org/preparation/windows-setup.md).

# Windows Setup

## Requirements

* A computer running Windows 10 or later
* 64-bit architecture processor

## ADB Setup

### Downloading the package

The android SDK platform-tools is available at this [page](https://dl.google.com/android/repository/platform-tools-latest-windows.zip)

### "Installing" the package

* Extract the platform tools zip and move the **platform-tools** folder to C:

<figure><img src="/files/IwDyk8koFZCXG8P2Y358" alt=""><figcaption><p>expected directory structure - note the path on the address bar</p></figcaption></figure>

* Search "system variables" in your start menu and click "Open"

<figure><img src="/files/3UJszOFEbQ05RmQv1lPO" alt=""><figcaption></figcaption></figure>

* Click on "Environment Variables" in the opened window

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

* Here, double click on the "path" variable under "System Variables"

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

* Clink New in the dialogue box

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

* Enter "C:\platform-tools" into the input field and press enter

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

* Press "Ok" to close on all three windows

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

* To test adb, open Command Prompt and run "adb --version" and see if it returns an output like the one in the image below

<figure><img src="/files/FtTqb9KCCpcxkEu2UlB0" 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, and the optional `goal` query parameter:

```
GET https://docs.techvance.eu.org/preparation/windows-setup.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.
