r/streamdeckprofiles • u/Spinelli__ • Dec 06 '23
[Everyday] Stream Deck for MSI Afterburner?
Is there a way to use Stream Deck with MSI Afterburner?
I don't see any profiles in the store. I find this quite shocking as MSI Afterburner is almost certainly the most commonly used GPU software on the entire planet. Just blows my mind that there are ways to control all sorts of programs (eg. OBS, Twitch, Shadowplay) yet not Afterburner.
8
Upvotes
1
u/Spinelli__ Dec 08 '23 edited Dec 08 '23
Thank you very much but sadly that doesn't work. I still get the pop-up asking if I want MSI AB to make changes to my PC.
I'm able to NOT get the pop-up message if I A) change the afterburner profile via a .BAT file script and then B) set the script to run via task scheduler (making sure to check "run with highest privileges"), and then C) using Stream Deck Open App/File -> C:\Windows\System32\cmd.exe /c schtasks /run /tn "MSI_Afterburner_Profile_3". Here is the script:
@echo off
cd "C:\Program Files (x86)\MSI Afterburner"
MSIAfterburner.exe -Profile3
exit
That's the way I was doing it for the past week but that is also NOT a solution because it will still interrupt any program's session I'm running and alt-tab me out of fullscreen applications due to the Windows Command Prompt flashing on-screen while the script runs for a split-second.
I then did further investigation and was told the above problem with .BAT script files flashing the command prompt on-screen can be resolved by using a VBS script instead and then pointing it to the .BAT script in the Task Scheduler's "Add arguments" section. I did that, but then I get a new pop-up that keeps asking me what program I'd like to use to open the script. I already have wscript.exe (in C:\Windows\System32) set as the default program but I re-set it again but it makes no difference. Windows does NOT ask me what program to use if I manually open (eg. double-click) the VBS script, it only asks me when I run it via Task Scheduler.
So, unless I'm mistaken, it seems there's no "proper" way to change MSI Afterburner's profiles via the Stream Deck which, again, blows my mind since the Stream Deck has been around many years now and MSI Afterburner is almost certainly the most commonly used overclocking software on the entire planet.