Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Recommended Posts

Posted

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?

Posted

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. 

Posted

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

 

Posted

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 ;)

Posted

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.

Posted
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! :P

  • 2 weeks later...
Posted

who can tell me how does instansheller work exactly (change regedit, copy dll, change local policy ...) ?

Guest
This topic is now closed to further replies.
×
×
  • Create New...