Bitsum Community Forum

General Category => Process Lasso => Topic started by: samkatakouzinos on October 18, 2024, 03:57:05 AM

Title: Request: Allow 'chilof: processname' functionality to work ProBalance Exclusions
Post by: samkatakouzinos on October 18, 2024, 03:57:05 AM
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
Title: Re: Request: Allow 'chilof: processname' functionality to work ProBalance Exclusions
Post by: Jeremy Collake on October 18, 2024, 11:04:04 AM
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/
Title: Re: Request: Allow 'chilof: processname' functionality to work ProBalance Exclusions
Post by: samkatakouzinos on October 19, 2024, 11:56:36 AM
Did you mean to say 'include' or you did mean 'exclude' for the example you provided?
Title: Re: Request: Allow 'chilof: processname' functionality to work ProBalance Exclusions
Post by: Jeremy Collake on October 23, 2024, 10:51:39 AM
Sorry, yes, I meant *include*.