I've read USB Audio Device Preventing Sleep (Windows 10), Gamepad Prevents Screensaver From Starting on Windows 10, and a few others on this site.
I have a TACTICAL ASSAULT COMMANDER F14 FINAL FANTASY® XIV EDITION, and it's preventing my device from idling.
I've found DiscordNotificationDebug which is how I've identified that my system won't idle only when this TAC keypad is plugged in (so I don't get Discord notifications, among other things like my computer not activating screen saver).
I have tried:
- Editing group policy for these settings:
Allow applications to prevent automatic sleep (plugged in) DISABLED
Allow applications to prevent automatic sleep (on battery) DISABLED
Turn on the ability for applications to prevent sleep transitions DISABLED
Allow standby states (S1-S3) when sleeping (plugged in) ENABLED
Allow standby states (S1-S3) when sleeping (on battery) ENABLED
- Calling powercfg -requestoverride like so (I can't quite tell what the device is registered under):
powercfg.exe -requestsoverride DRIVER "*USB*" SYSTEM DISPLAY AWAYMODE
powercfg.exe -requestsoverride DRIVER "*HID*" SYSTEM DISPLAY AWAYMODE
Is there a way I can definitively stop this behavior and let my computer idle again?