# Frida on Windows

**Reference and content for this page taken from ->**&#x20;

{% embed url="<https://medium.com/@waqas.ahmed.faroouqi/frida-installation-guide-on-windows-10-898ae8c69e54>" %}

***

[Python3 Installation Guide on Windows 10 (zeroxinn.com)](https://www.zeroxinn.com/post/python3-installation-guide-on-windows-10)

Open the Windows command prompt and type the following command:

pip3 install Frida-tools

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*RoWeYuazWX2AdXfdiAkL4g.png" alt="" height="403" width="700"><figcaption></figcaption></figure>

Frida has been successfully installed on Windows 10.

Now test the successful installation using the following command.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*sydwzaxR2GrInoznHynlag.png" alt="" height="77" width="700"><figcaption></figcaption></figure>

We see that Frida could not be identified by Windows 10.

Let’s copy the path where Frida has been installed.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*_hkGgaa0YzvfcpSFfvsAsw.png" alt="" height="395" width="700"><figcaption></figcaption></figure>

Now browse to that path, and we can see that Frida is available on this path.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*MJhNLBiFAdvYMRGa4IcxUg.png" alt="" height="460" width="700"><figcaption></figcaption></figure>

Now access Frida as shown in the figure below.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*0SauLq07AVyDrGJZvDcvWQ.png" alt="" height="187" width="700"><figcaption></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*xYt7V13KBvFHdFaUT2DypA.png" alt="" height="95" width="700"><figcaption></figcaption></figure>

If you need Frida to get open from any location, copy the above path into the environment variable.&#x20;


---

# 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://wiki.smhuda.com/pentesting/application-security/mobile-security/frida-on-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.
