# 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="https://3087894035-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6MWUoQBijnrc0tNWtAzG%2Fuploads%2FP5f5p0ZraYYhI7vn505z%2Fimage.png?alt=media&#x26;token=fe073950-13e5-4d26-a1e9-b2862ed48921" 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="https://3087894035-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6MWUoQBijnrc0tNWtAzG%2Fuploads%2FtFs6Zqdaa7Gw1vT8Py0t%2Fimage.png?alt=media&#x26;token=a2ce2f79-a91d-4dee-a79f-9d5e47d2fd7b" alt="" data-size="original">

<img src="https://3087894035-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6MWUoQBijnrc0tNWtAzG%2Fuploads%2Fo0Xic1QYlRAoNv7ZL21P%2Fimage.png?alt=media&#x26;token=6b0bc955-0963-4d96-b9dc-31a3e3685960" alt="" data-size="original">

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

</details>
