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
You can accomplish that using a regular expression (https://bitsum.com/processlasso-docs/#processmatch-advanced). 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/
Did you mean to say 'include' or you did mean 'exclude' for the example you provided?
Sorry, yes, I meant *include*.