I need a solution
Is there a way to create an exception rule for allowing an application on any drive?
For example let's say there is an application that most commonly shows up on C: but on a few systems it is on D: or E:. In stead of listing each one like this:
C:\Program Files\Application\Application.exe
D:\Program Files\Application\Application.exe
E:\Program Files\Application\Application.exe
I want to list all three of them as one exception as opposed to three. Is this possible? It's not much more work to do them all as above but I want to keep the exception list as clean and as short as I can.
Thanks.