Workaround 1: Behavior Monitoring protection exceptions use "* + lowercase"
- Ensure the full path of your target process is as lowercase as possible. For example, C:\adc\adc1.exe.
- Navigate to Anti-Malware > Advanced > Behavior Monitoring Protection Exceptions, then add target path to list. For example, *:\adc\adc1.exe.
Because some characters of target path cannot be changed to lowercase, use wildcard(*) to replace it. For example, C:\adc\adc1.exe → *:\adc\adc1.exe.Example 1: Original real target path: C:\adc\adc1.exe Correct target path pattern: *:\adc\adc1.exe Example 2: Original real target path: C:\adc\AdC\Adc1.exe Incorrect target path pattern: *:\adc\adc\adc1.exe Correct target path pattern: *:\adc\*d*\*dc1.exe Correct target path pattern: *:\adc\* \*dc1.exe Correct target path pattern: *:\adc\*
Workaround 2: Process exception
It is not case sensitive when process exception compares path.