HyperX NGENUITY app is meant to be able to customize lighting of all supported devices including USB microphone HyperX QuadCast 2.
But there is a bug that blocks any lighting settings from being saved to this microphone:
Error shown by clicking at question mark
Can't Save Current effects
Some of these effects need NGENUITY and can't be saved directly to your device. Save the current lighting profile onto your microphone by removing these effects from your stack:
- VU Meter Effect
Of course there is no such effect in the stack. And no Save button visible anywhere.
QuadCast 2 was released in summer 2024. Since that moment the problem was publicly reported many times, on reddit for i.e. Despite this it hasn't been fixed yet, and there is no feedback by software and hardware developers.
Default lighting so bright that it blinds and distracts with its animation, it might even light up the entire room. There must be a feature to turn lights off completely or to control brightness over the entire range. Otherwise the microphone is so uncomfortable and hard to use.
Here's the PowerShell script to solve this issue. It can change lighting brightness of QuadCast 2 from 0 to 100% and save a value to the microphone. Settings persist after powering off or connecting the microphone to another device.
Run the script in PowerShell with number as argument that means percentage of lighting brightness. Example how to set brightness to 5%:
& "C:\path\HyperX QuadCast 2 set brightness.ps1" 5After a second the microphone will change its lighting.

