You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following string excludes "c:\documents\design.doc" only if it's scanned (on-access) due to it being accessed by a process having the image name "winword.exe":
78
+
The following string excludes `c:\documents\design.doc` only if it's scanned (on-access), due to it being accessed by a process having the image name `winword.exe`:
You can restrict exclusions to only apply if the target is a file or a folder by making the intent specific. If the target is a file but the exclusion is specified to be a folder, the exclusion won't apply. Conversely, if the target is folder but the exclusion is specified to be a file, the exclusion will apply.
92
+
You can restrict exclusions to only apply if the target is a file or a folder by making the intent specific. If the target is a file but the exclusion is specified to be a folder, the exclusion don't apply. Conversely, if the target is folder but the exclusion is specified to be a file, the exclusion applies.
93
93
94
94
#### File/folder exclusions default behavior
95
95
@@ -117,7 +117,7 @@ Example:
117
117
By default, exclusions apply to all scan types:
118
118
119
119
-**resource**: a single file or folder is scanned in a targeted way (for example, right-click, Scan)
120
-
-**quick**: common startup locations utilized by malware, memory and certain registry keys
120
+
-**quick**: common startup locations utilized by malware, memory, and certain registry keys
121
121
-**full**: includes quick scan locations and complete file system (all files and folders)
122
122
123
123
To mitigate performance issues, you can exclude a folder or a set of files from being scanned by a specific scan type. You can also define the required scan type for an exclusion to apply.
@@ -136,9 +136,9 @@ If you want to make sure this exclusion only applies to a specific file and not
136
136
137
137
### Scan trigger restriction
138
138
139
-
By default, basic exclusions apply to all scan triggers. ScanTrigger restriction enables you to specify that the exclusion should only apply when the scan was initiated by a specific event; on demand (including quick, full and targeted scans), on access or originating from behavioral monitoring (including memory scans).
139
+
By default, basic exclusions apply to all scan triggers. ScanTrigger restriction enables you to specify that the exclusion should only apply when the scan was initiated by a specific event; on demand (including quick, full, and targeted scans), on access or originating from behavioral monitoring (including memory scans).
140
140
141
-
-**OnDemand**: a scan was triggered by a command or admin action. Remember that scheduled quick and full scans also fall under this category.
141
+
-**OnDemand**: a scan that's triggered by a command or admin action. Remember that scheduled quick and full scans also fall under this category.
142
142
-**OnAccess**: a file or folder is opened/written/read/modified (typically considered real-time protection)
143
143
-**BM**: a behavioral trigger causes the behavioral monitoring to scan a specific file
0 commit comments