Request: Allow 'chilof: processname' functionality to work ProBalance Exclusions

Started by samkatakouzinos, October 18, 2024, 03:57:05 AM

Previous topic - Next topic

samkatakouzinos

Request: Allow 'chilof: processname' functionality to work with ProBalance Exclusions

I have apps that launch other apps for certain workflows and gameplays.
I would like to add these child apps to ProBalance Exclusions without listing them explicitly.

May this please be a future feature?

— Regards, Sam Katakouzinos

Jeremy Collake

You can accomplish that using a regular expression. For example, to include all children of boinc.exe:

/^([^,]*,){5}boinc\.exe.*,/
However, we'll consider adding the more simple "childof:" to that and other features.

EDIT: s/exclude/include/
Software Engineer. Bitsum LLC.

samkatakouzinos

Did you mean to say 'include' or you did mean 'exclude' for the example you provided?

Jeremy Collake

Software Engineer. Bitsum LLC.