Is there a way to “exclude programs” in VorpX using partial matching e.g. PowerToys* or similar (or just implicit partial match in general) instead of exact match?
That is possible, but not configurable via the UI. If you aren‘t afraid of editing an .ini manually, follow the steps below:
Close vorpX and the config app if running.
Browse to C:\ProgramData\Animation Labs\vorpX.
Open vorpControl.ini with a text editor.
Add a new line at the end of the [Exclude] section. If e.g. the last line reads sExcl150=Xbox.exe, your new line would look like sExcl151=PartialName. No wildcard char, just the partial name. Make sure to raise the number by one, that‘s important.
excellent. appears to work. i added the “partial match mask” to the list and then deleted the existing exact match entries later, using the config tool (couldn’t be bothered renumbering all the entries).