Windows Configuration
Vulnerable Drivers Blocklist
The vulnerable drivers blocklist can interfere with the operation of cheat programs. If you are using the LOCAL version of aegis-dma or using the PRIVATE version then you may need to disable this via registry editor or cmd.
Here is a batch script you can use in an admin console to quickly change the setting:
reg add HKLM\SYSTEM\CurrentControlSet\Control\CI\Config /v VulnerableDriverBlocklistEnable /t REG_DWORD /d 0x000000
echo Done! Please Restart
pause >nul
Hyper-V Hypervisor (Virtualization based security)
The Hyper-V hypervisor might get in the way of DMA on certain games that utilize windows process isolation. Run this in an admin console (and then reboot) in order to disable it.
bcdedit /set hypervisorlaunchtype off
to re-enable it:
bcdedit /set hypervisorlaunchtype auto
Direct X Redistributables
Install the direct x redistributables from the following link: https://www.microsoft.com/download/details.aspx?id=35
External References
Performance Tips and Tricks
Hardware-Accelerated GPU Scheduling
- Disable discord GPU acceleration
- Turn on Hardware-accelerated GPU scheduling. (If you don't do this you might face issues with lag) Guide: Press Windows key on your keyboard and type "graphics" and press enter. - Graphics settings menu should open. In the Graphics settings menu toggle the "Hardware-accelerated GPU scheduling" option. Restart your PC.