0zzy Posted July 23, 2016 Posted July 23, 2016 Hi, when i run instantsheller my ahk script to control volume does not work. I can see the ahk process runnin on task manager...any idea?
Draco1962 Posted July 23, 2016 Posted July 23, 2016 You don't provide much to work with. What OS? A copy of your uncompiled. ahk script? Version of GameEx you are using? These are some things that come to mind that the community may need to know before trying to point you in a direction.
0zzy Posted July 23, 2016 Author Posted July 23, 2016 Hi Draco1962, you are right. i'm using win7sp1 x64. The script is this: b::Send {Volume_Up 3} v::Send {Volume_Down 3} i'm not using gamex right now
DazzleHP Posted July 27, 2016 Posted July 27, 2016 To understand why this happens you need to understand Program Hierarchy. A "shell", in this case "Instantsheller" is number one, top of the list - it's the king process. Anything else is a slave to this process. Therefore AHK must be loaded/executed after InstantSheller. Anything loaded before InstantSheller will be rendered basically useless (because it is effectively the top most process). There are a few ways you can remedy this, i would like to see if you can find them
0zzy Posted July 28, 2016 Author Posted July 28, 2016 Hi DazzleHP, if i remember instansheller run instead of explorer.exe, in this way it is the main process running at boot. I have setup ahk script to run after user login on automatic execution, so it is just started after instantsheller as you suggest, right? I have also tried to run ahk script after my frontend but nothing changes.
DazzleHP Posted July 29, 2016 Posted July 29, 2016 On 28/07/2016 at 6:04 PM, 0zzy said: Hi DazzleHP, if i remember instansheller run instead of explorer.exe (Correct), in this way it is the main process running at boot (not quite). You're on the right track!
0zzy Posted August 13, 2016 Author Posted August 13, 2016 sorry DazzleHP..no idea, any other suggestions?
DazzleHP Posted August 22, 2016 Posted August 22, 2016 Try adding ahk to 'Launch on Startup' in the GamEx Settings, found @ Setup wizard> Tweaks/Performance.
0zzy Posted August 25, 2016 Author Posted August 25, 2016 who can tell me how does instansheller work exactly (change regedit, copy dll, change local policy ...) ?
Recommended Posts