The Exclusions section allows you to view and edit the list of files, folders and programs that should be exempt from scanning or monitoring.
You may use wildcards or environment variables. When using wildcards: ? specifies one random character and * specifies a sequence of random characters. Clicking on the text environment variables opens the Environment variables tester.
Variables as they are seen by the software service do not necessarily resolve to the same paths that you can see in your user context. Most variables resolve to multiple paths because the software protects at system level, across all user accounts.
The Environment variables tester is invaluable for verifying exactly what paths will be excluded if you use a particular variable. Simply select a variable placeholder from the scrollable list on the left and the corresponding paths will be displayed in the adjacent pane to the right.
The Copy selected button copies the placeholder to the clipboard, allowing you to then quickly and easily paste it when creating an exclusion. Please note that a trailing slash must be added after the placeholder to indicate that it is a path, for example: %temp%\
Exclude from scanning
This list displays the path of any files or folders that have been excluded from signature based detection by the Scanner and the File Guard.
The Add file and Add folder buttons can be used to specify new exclusions to add to the list.
An exclusion can be easily removed at any time by clicking the red x in the Remove column.
Exclude from monitoring
This list displays the path of any programs for which all activities have been excluded from Real-Time Protection.
The Add program and Add folder buttons can be used to add new exclusions to this list.
An exclusion can be easily removed at any time by clicking the red x in the Remove column.
Tips & Tricks
- Files cannot be excluded using filenames only. A path or environment variable needs to precede the filename. For example, c:\temp\xyz.exe or %temp%\xyz.exe
- Excluded folder names must always end with a backslash. For example, c:\temp\
- Excluded folder names automatically exclude sub folders. For example, c:\temp\ also excludes c:\temp\apps\
Exclusion | What it excludes | Excludes subfolders |
c:\temp\* or c:\temp\ | Excludes all files in c:\temp\ |
X
|
%temp%\* or %temp%\ | Excludes all files in %temp% |
X
|
%temp%\apps\ | Excludes all files in %temp%\apps\ |
X
|
c:\temp\%USERNAME%\*.tmp | Excludes all .tmp files in c:\temp\%USERNAME%\ |
X
|
c:\temp\*.exe | Excludes all .exe files in c:\temp\ |
X
|