Search found 8 matches

by WilliamLeGod
05 May 2024, 09:27
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Re: Auto unmute a specific program upon launching this program

I just tested Calculator script but it didn't work.
by WilliamLeGod
05 May 2024, 01:42
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Re: Auto unmute a specific program upon launching this program

Mute_Unmute_Created(mEvent) { if WinExist('ff7remake_ ' mEvent['ff7remake_']) Run('H:\Playnite\Console\Mute on Focus\nircmd.exe muteappvolume ' mEvent['ff7remake_'] ' 0') } I pasted this into WinExeCommander.ahk I tried this but it didnt unmute Ff7 upon launching. Am I missing something? [Mod edit:...
by WilliamLeGod
04 May 2024, 08:38
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Re: Auto unmute a specific program upon launching this program

If you want to unmute specific windows when they're activated and mute them when they're deactivated, you can try my script, WinExeCommander . Create events for active windows and call these functions. You'll need Nircmd and changing the path accordingly. Mute_Unmute_Created(mEvent) => Run('D:\Prog...
by WilliamLeGod
04 May 2024, 08:36
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Re: Auto unmute a specific program upon launching this program

From what I see, that script doesn’t mute a specific program, but it turns the master volume for your computer to zero, muting everything. It may be triggered by a certain program’s window losing focus, but at first glance, it looks like it’s not doing anything to mute only that program. Is that ri...
by WilliamLeGod
04 May 2024, 03:58
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Re: Auto unmute a specific program upon launching this program

No, you’re not understanding what I’m saying. I’m not saying the script would create a shortcut. I’m asking you to describe how you manually unmute the program(s) so that the script can mimic those actions, such as sending whatever keyboard shortcut that program may have built in for muting and unm...
by WilliamLeGod
04 May 2024, 03:28
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Re: Auto unmute a specific program upon launching this program

It’s very specific to the program, and you haven’t provided any details. How do you manually unmute it? Is there a keyboard shortcut? Hi! Thanks for the help So there is no keyboard shortcut required. I think about a script that has Programlist: A.exe, B.exe ... And with this script runs in backgro...
by WilliamLeGod
01 May 2024, 18:57
Forum: Ask for Help (v2)
Topic: Auto unmute a specific program upon launching this program
Replies: 13
Views: 955

Auto unmute a specific program upon launching this program

Hi guys!

Does any1 know a script (run in background all the time) that auto unmute a specific program upon launching this program?

Many thanks!

Go to advanced search