Quick Start Guide
Last updated
Last updated
Here's a revised version of the Quick Start Guide, formatted for GitBook:
Windows 10 & 11 (22H2 up to 24H2)
Hyper-V enabled in Windows Features
SecureBoot off
UEFI Bootmode
NX Protection disabled
HVCI disabled
Download the following files from our official :
Styx-Loader.exe
Styx-Init.exe (or Styx-Init.dll)
StyxLib.lib
Styx.h
Run Styx-Loader.exe
with administrator privileges.
If everything is successfull, you will be prompted to restart your PC. Press "yes" if you want to immediatly restart or no, if you want to manually restart your PC (recommend if you have Tasks open that you want to save.)
After the PC restarts:
Run Styx-Init.exe
with administrator privileges.
Add StyxLib.lib
and Stx.h
to your project.
Include the header in your code:
Configure your project settings to properly link with StyxLib.lib.
For a more streamlined process, you can integrate Styx-Init.dll into your own loader:
Include Styx-Init.dll in your project.
Load and initialize the DLL before using any Styx functions.
For an example use I would like to refer you to our private Repository.
Or check our our Example Page here: