I recently encountered a frustrating problem with my Warthog HOTAS device preventing my monitors from entering sleep mode, even when my computer was idle. As someone who prefers to leave my PC on, this issue resulted in the screens staying active, lowering the lifespan of my monitors and consuming unnecessary power. Despite attempting to update drivers and firmware, I couldn't find a direct solution.
To overcome this issue, I created a PowerShell script that enables and disables the Warthog HOTAS device on demand. By leveraging two separate scheduled tasks, I could automatically disable the device when the computer is locked and re-enable it when the user logs in.
GitHub Repository: https://github.com/royborgen/HOTAS_Enable_Disable
I'm sharing this script as I believe many others may be facing similar challenges with their Warthog HOTAS device. It provides a practical and automated approach to regain control over screen sleep functionality, ultimately saving power, improving the lifespan of the monitors, and preventing unnecessary screen activity.
If you're encountering this issue or want to ensure efficient screen power management while extending the lifespan of your monitors, I encourage you to check out the script on GitHub. Feel free to customize and adapt it to suit your specific needs. Let's solve this problem together!