: AutoHotkey - Windows 11?
: AutoHotkey - Windows 11?
I'm thinking about using AutoHotkey to link my Logitech keyboard's volume settings with my SteelSeries headset. Before moving forward, I need to make sure I've addressed all considerations. Are there any access rights or issues I should be mindful of? Could a simple volume control script unintentionally affect other systems or features? Thanks!
The issue lies in the fact that you must find a method for Autohotkey to adjust the SteelSeries headset volume. With proprietary software or drivers, it's unlikely the maker has provided an API for such control.
However, it's still relevant, regardless of whether you adjust the settings on Windows.
Are you considering using the keys to access the windows or app for volume control and then mimicking manual changes? You might need to execute the script with admin privileges to ensure it functions properly, even in admin-eligible applications. This approach exposes your system to potential risks if malware slips through.
Otherwise, this is one of the benefits autohotkey offers.
P.S.: There have been Autohotkey-targeted malware before.
It's essentially a common trap I was searching for (malware). I was just asking out of convenience. I believe I'll leave it out!
Thanks!
This thread can be closed.
There is another option named AutoIt, but I'm not sure if it needs admin privileges. I've written some scripts before. You can double-click the script or convert it to an executable to run it. The issue is that it allows controlling individual sound devices.
Hey, I understand, but if you change your mind in the future, maybe using ransomware protections on folders with Window Defender or something similar in AV solutions would mitigate this problem. If you explore this path, let us know!
Powershell might be useful:
https://blog.erikplachta.com/using-power...236c33ae1e
https://stackoverflow.com/questions/2135...powershell
Other relevant links are available easily.
This isn't something I've personally handled (full disclosure). But if you're curious about it, give Powershell a shot.
As mentioned by @USAFRet, make sure your system is fully backed up before proceeding.