# Virtualization

#### Introduction

Virtualization takes a big part in our solutions, we use it in order to protect our solutions.

To check if your virtualization is on or not, do this:

1. Open msinfo32, by typing msinfo32 in windows search.

<figure><img src="/files/2i5E9PYDc3YnSc3WmjuO" alt=""><figcaption></figcaption></figure>

2. Go to System Summary.

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

3. Find line called Hyper-V - Virtualization Enabled in Firmware, if it says Yes, then you are good to go

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

\ <mark style="color:green;">It also might say Virtual Based Security instead of Hyper-V - Virtualization Enabled in Firmware, if it says so, then you are good to go too.</mark> <br>

\ <mark style="color:yellow;">You only need virtualization to be on in the games that use stable version of our loader</mark>

<mark style="color:yellow;">To know if the version is stable or not, look at the top of the launcher:</mark>

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

<mark style="color:yellow;">If it says Version: Next State: STABLE, then you need virtualization to be on.</mark> <br>

#### Enabling virtualization

**Enabling virtualization on AMD**

1. Open advanced settings.
2. Open the Advanced section
3. Locate the SVM Mode option
4. Set the value to ENABLED
5. Save your BIOS settings and restart your PC

{% embed url="<https://www.youtube.com/embed/cnSgkEK8CWw?si=jNAz_qA7YqhfCepR>" %}

**Enabling virtualization on INTEL**

1. Open advanced settings.
2. Open the Advanced section
3. Locate the INTEL VIRTUALIZATION TECHNOLOGY option
4. Set the value to ENABLED
5. Save your BIOS settings and restart your PC

{% embed url="<https://www.youtube.com/embed/rrpzWCPatLo>" %}


---

# 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://fecuritydocs.gitbook.io/fecuritydocs/main-content/launching-preparing-for-launch./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.
