> For the complete documentation index, see [llms.txt](https://gandyhacks.gitbook.io/gandyhacks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gandyhacks.gitbook.io/gandyhacks-docs/rainbow-six-siege/r6-vega-chair-guide.md).

# R6 Vega Chair Guide

**Setup:**

1. Make sure you don't have any anti-virus, anticheat (vanguard, faceit, esea) running first. (use dcontrol) [https://download.desync.app/dControl.ziparrow-up-right](https://download.desync.app/dControl.zip)
2. If you use the Cheat for the first time, you have to register first. The register button is right under the login button, click it.
3. You will then need to specify your username and password. After that you can type in your Cheat key.
4. When the registration succeeded, you will need to login. When u login, you should see your active Cheat subscriptions.
5. Press the Load button. A pop-up will appear that asks you to reboot your machine.
6. After you rebooted, you will need to open the loader and login again.
7. Now Press Load for the second time. If everything went as expected, the loader should close itself now. It wouldn't be normal if the loader stays open!
8. Start the game and make sure it is running on BORDERLESS window mode.
9. Wait for the game to properly restart and download security patch.
10. Press the INSERT key when you are inside the game window, the menu should appear. To Open / Close the menu again, use the INSERT key.
11. Only for R6: First chair Load time will take up to 10 Minutes depending on your internet speed. Don't close the game in the meantime!

***

**Errors:**

1. How to turn off HVCI: Launch CMD as Admin, type in these Commands: bcdedit /set hypervisorlaunchtype off reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG\_DWORD /d 0 /f reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v EnableVirtualizationBasedSecurity /t REG\_DWORD /d 1 /f
2. Menu not Showing: Disable Exploit protections in Windows 11 Settings
3. Fix Crashing / not starting of Loader: (paste individually into an elevated command prompt) Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth sfc /scannow
4. Booting issues: Put Windows as 1st boot option in BIOS
5. Loader keeps wanting to restart pc? Usual problems that causes this: Multiple Windows installs A second bugged EFI partition being around somewhere Some Laptops don't like it and in the restart process you will be stuck in a black screen (Rare case)

***

**NR Errors:**

* If you have Nr. 1 physically unplug the other windows drive.
* If you have Nr. 2 then you can either erase the partition (needs IT knowledge) or do a windows reinstall.


---

# 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, and the optional `goal` query parameter:

```
GET https://gandyhacks.gitbook.io/gandyhacks-docs/rainbow-six-siege/r6-vega-chair-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
