If I've setup various app rules for C:\Users\UserA and then change my username or want to transfer the database to another computer with a different user name or share all the rules with a different user or... I'd have to manually edit each app process match.
Instead I'd like to have a single option that would automatically convert all process matches starting with %USERPROFILE% into a regex like ^C:\\Users\\w+ (or whatever the drive letter is) so that you could have a single rule for any user without manual intervention
If I've setup various app rules for
C:\Users\UserAand then change my username or want to transfer the database to another computer with a different user name or share all the rules with a different user or... I'd have to manually edit each app process match.Instead I'd like to have a single option that would automatically convert all process matches starting with
%USERPROFILE%into a regex like^C:\\Users\\w+(or whatever the drive letter is) so that you could have a single rule for any user without manual intervention