In a system I'm working on I have a lot of processes that need to be mapped to application names.
This mostly works fine with the ProcessToApplicationMapping, but some of the processes are hard to make a dynamic fix for:
[ProcessToApplicationMapping]
2017 Glamer.exe = Glamer
2018 Glamer.exe = Glamer
Budget_v30.exe = Budget
Accounting 3-6-3-2.exe = Accounting software
Is there any way to use regex or similar to account for the different version names in the process names?