> For the complete documentation index, see [llms.txt](https://unixx.shop/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unixx.shop/docs/about/product-faq/enable-virtualization.md).

# Enable Virtualization

## How to Enable Virtualization (If Disabled)

If your software is crashing or not launching, virtualization might be turned off on your system. Your software may also require it to function properly. Here's how to check and enable it:

{% stepper %}
{% step %}

### **Check If Virtualization Is Enabled**

* Open **Task Manager** (search for it in your Windows search bar).
* Go to the **Performance** tab.
* Click on **CPU** on the left sidebar.
* Look for **Virtualization** on the bottom right.

If it says **Enabled**, you're good to go — you can skip this guide.\
If it says **Disabled** or is missing, continue to the next step.
{% endstep %}

{% step %}

### **Enable Virtualization in BIOS/UEFI**

To enable it, you'll need to access your BIOS/UEFI settings:

* Restart your PC.
* As it boots, repeatedly press the key to enter BIOS — usually **Delete**, **F2**, or **F10** (it depends on your motherboard).
* Look for a setting called **Virtualization Technology**, **Intel VT-x**, or **AMD-V**.
* Set it to **Enabled**, then save and exit BIOS.

**Not Sure Where to Find It?**

Search on Google:\
`"Your motherboard model" how to enable virtualization in BIOS`

Example:\
`MSI B550 how to enable virtualization in BIOS`
{% 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:

```
GET https://unixx.shop/docs/about/product-faq/enable-virtualization.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.
