# PC Setup

- [Visual C++ Redistributables](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/visual-c++-redistributables.md): This page explains how to install the VC runtimes.
- [Disable Memory Integrity](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/disable-memory-integrity.md): This page will help you disable memory integrity in Windows.
- [Sync Date & Time](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/sync-date-and-time.md): How to sync your Date and Time.
- [Antivirus Software](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/antivirus-software.md): This page will help you disable your Antivirus Software in Windows.
- [Disable Anti-Cheat](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/disable-anti-cheat.md): Disable any anti-cheat in your system.
- [Hyper-V](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/hyper-v.md): This page will help you turn off Hyper-V in Windows.
- [Disable Core Isolation](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/disable-core-isolation.md): How to disable Core Isolation
- [Disable Secure Boot](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/disable-secure-boot.md)
- [Enabling Virtualization](https://revware.gitbook.io/guide/errors-and-fixes/pc-setup/enabling-virtualization.md): A very basic tutorial on how to enable virtualization for dummies.


---

# 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://revware.gitbook.io/guide/errors-and-fixes/pc-setup.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.
