Regex
Registry
Regex
is a Boolean that determines whether ExecutablePath
is taken as a string literal (False
) or processed
as a regular expression (True
). This Regex
preference is
required only when the manual mapper is used to identify files to monitor (and is otherwise
ignored). This registry key must be created manually, within a node for the chosen application
that has also been inserted manually (and shown below as Application node).
For more information, see ExecutablePath.
ExecutablePath
when Regex=True
include: Regular expression | Matches |
---|---|
. (the period character) |
Any single character. (Because of this special purpose, within a path using a regex, the period separator between file name and file extension should be escaped.) |
* (asterisk) |
Matches the preceding character one or more times. |
[xyz] (square brackets around a set of characters) |
Matches any one of the enclosed characters in the set. A range of characters can be
specified using a hyphen: for example, |
x|y (pipe character between alternatives) |
Matches x or y. For example, |
Values
Values / range |
Boolean ( |
Default value |
No default value in the registry. When not specified, behavior defaults to
|
Example values |
|
Registry
Installed by |
Manual configuration only. |
Computer preference |
|
IT Asset Management (Cloud)
Current