# FAQ for Windows

<details>

<summary>1.Multipass connection error</summary>

### Problem Description&#x20;

When encountering the error message: "`cannot connect to the multipass socket`", it's usually related to driver configuration.

### Troubleshooting Steps&#x20;

1. First, check current driver settings:&#x20;

```
multipass get local.driver
```

2. Check the output:

* If you're using VirtualBox as virtualization platform, output should show `virtualbox`
* If output shows `hyperv` , you'll need to change the driver settings

3. To switch to VirtualBox driver, execute this command:&#x20;

```
multipass set local.driver=virtualbox
```

4. Follow-up Actions:

* If issues persist after above steps, run the repair function in Multipass installer
* Restart related services after repair

### Important Notes

* Ensure VirtualBox is properly installed on your system
* Administrative privileges required for executing commands
* Multipass services may need restart after driver modification

</details>

<details>

<summary>2.Error </summary>

Solution:&#x20;

<img src="/files/mf2Hhur2uoM8IsBkiZ6k" alt="" data-size="original">

* Open your preferred browser (Chrome, Edge, etc.) and visit: <https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170>
* Click [Visual Studio 2015、2017、2019 和 2022](https://learn.microsoft.com/zh-cn/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) , then select and download the appropriate version
* Install Visual C++

<img src="/files/KdJljfWyy5d325GU24C2" alt="" data-size="original">

<img src="/files/CcLM43LWkqBbpNuazX4R" alt="" data-size="original">

* After this, you can run the VirtualBox installer successfully.

</details>


---

# 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://titannet.gitbook.io/titan-network-en/galileo-testnet/titan-agent-installation-guide/windows/faq-for-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.
