-
Notifications
You must be signed in to change notification settings - Fork 4
Installation or Removal
Jonathan Beierle edited this page Jan 26, 2026
·
9 revisions
Warning
EventHorizon is self-signed (NOT signed by Microsoft). As such, EventHorizon requires that you disable secure boot and turn on test signing mode in order to use it. Do not use this in a production environment.
- Download the
EventHorizon.msiinstaller from the releases tab - Run the following command on the machine you intend to install EventHorizon on and reboot it
bcdedit /set testsigning on
- Run the installer as an account with administrative privileges
- Choose
C:\Program Files\EventHorizon\(the default location) for the installation - I intend on making other locations possible in the future, but as of now EventHorizon will not work in other locations
- Choose
To verify that the service was correctly installed, run the following commands:
Get-Service EventHorizon
Get-Service EventHorizonELAMBoth services should be running!
Now that EventHorizon is installed, you need to configure it to collect the telemetry you want and provide relevant detection rules.
If your installation failed, please check out the troubleshooting section of the wiki!
If:
- The troubleshooting section of the wiki doesn't work
- There isn't an issue open with the same problem
- Googling the issue doesn't help
Then feel free to open an issue!
Because EventHorizon is packaged as a .msi file, you can easily uninstall it from Windows settings!
- Go to the Windows search bar and enter
Add or Remove Programsand select the option that appears - Scroll through the menu or use the search bar to find the
EventHorizonentry - Click on the 3 dots on the EventHorizon entry
- Click
Uninstall - Reboot to finish removal