F5F Stay Refreshed Software General Software : AutoHotkey - Windows 11?

: AutoHotkey - Windows 11?

: AutoHotkey - Windows 11?

B
Bebopp
Member
69
07-25-2021, 12:32 AM
#1
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!
B
Bebopp
07-25-2021, 12:32 AM #1

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!

R
RastaNation
Junior Member
23
07-25-2021, 04:57 AM
#2
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.
R
RastaNation
07-25-2021, 04:57 AM #2

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.

I
ImACrazyMango
Member
72
07-31-2021, 02:18 PM
#3
However, it's still relevant, regardless of whether you adjust the settings on Windows.
I
ImACrazyMango
07-31-2021, 02:18 PM #3

However, it's still relevant, regardless of whether you adjust the settings on Windows.

D
Daxel2002
Junior Member
2
08-07-2021, 10:28 AM
#4
Test it. Observe the outcome. Start with a reliable full backup that can be restored if needed.
D
Daxel2002
08-07-2021, 10:28 AM #4

Test it. Observe the outcome. Start with a reliable full backup that can be restored if needed.

K
Kavenoke
Member
242
08-14-2021, 03:34 PM
#5
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.
K
Kavenoke
08-14-2021, 03:34 PM #5

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.

J
Jedwig_Padawan
Junior Member
4
08-16-2021, 10:28 AM
#6
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.
J
Jedwig_Padawan
08-16-2021, 10:28 AM #6

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.

X
X_FredBear_X
Member
226
08-16-2021, 04:03 PM
#7
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.
X
X_FredBear_X
08-16-2021, 04:03 PM #7

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.

T
TryHardPro1
Member
114
08-20-2021, 09:27 AM
#8
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!
T
TryHardPro1
08-20-2021, 09:27 AM #8

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!

M
MarickStarr26
Junior Member
36
09-06-2021, 06:48 AM
#9
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.
M
MarickStarr26
09-06-2021, 06:48 AM #9

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.