> For the complete documentation index, see [llms.txt](https://asustuf.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asustuf.gitbook.io/home/basics/performance-optimization/additional-tweaks.md).

# Additional Tweaks

{% stepper %}
{% step %}

#### Turn off memory integrity <a href="#id0edf" id="id0edf"></a>

1. Select Start , enter ‘Core Isolation’ in the taskbar, and select Core Isolation from the list of results to open the Windows security app.
2. On the Core isolation page, turn off the toggle for Memory integrity.\
   You might need to restart your device.

   <div align="left"><figure><img src="https://support.microsoft.com/images/en-us/014089ec-5a4a-4573-95a9-61900e2d93ad" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

#### Turn off Virtual Machine Platform (VMP) <a href="#id0edd" id="id0edd"></a>

1. Select Start , enter ‘Windows features’ in the search box, and select Turn Windows features on or off from the list of results.
2. In the Windows Features window that just opened, find and unselect Virtual Machine Platform.\
   \
   ![Windows Features window with Virtual Machine Platform folder shown](https://support.microsoft.com/images/en-us/cbbf67fd-9ace-45fd-a72f-10ff3f9b5e02)
3. Select OK. You might need to restart your device.
   {% 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://asustuf.gitbook.io/home/basics/performance-optimization/additional-tweaks.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.
