- Dec 23, 2014
- 8,510
The 'C:\Users\*' exclusion is probably applied only to files in 'C:\Users' but not into its subfolders.@NoVirusThanks send you a we transfer link to support for explorer
%PROCESSSIGNER% exclusions are blocked, see below. Tried wildcard also [Microsoft *]
Custom
; Block executables from my user folders on C drive
[%PROCESS%: C:\Users\*]
Exclusion
;allow processes signed Microsoft Windows
[%PROCESS%: C:\Users\*] [%PROCESSSIGNER%: Microsoft Corporation]
LOG
Date/Time: 5-1-2018 12:04:39
Process: [2936]C:\Users\Kees\AppData\Local\Temp\procexp.exe
Parent: [2276]C:\Windows\explorer.exe
Rule: CustomBlockRule
Rule Name: Custom process-block rule via CustomBlock.db
Command Line: "C:\Users\Kees\AppData\Local\Temp\procexp.exe"
Signer: Microsoft Corporation
Parent Signer:
Code:
[%PROCESS%: C:\Users\*] [%PROCESSSIGNER%: Microsoft Corporation]
[%PROCESS%: C:\Users\*\*] [%PROCESSSIGNER%: Microsoft Corporation]
[%PROCESS%: C:\Users\*\*\*] [%PROCESSSIGNER%: Microsoft Corporation]
[%PROCESS%: C:\Users\*\*\*\*] [%PROCESSSIGNER%: Microsoft Corporation]
[%PROCESS%: C:\Users\*\*\*\*\*] [%PROCESSSIGNER%: Microsoft Corporation]
[%PROCESS%: C:\Users\*\*\*\*\*\*] [%PROCESSSIGNER%: Microsoft Corporation]
Maybe Andreas can show us a simpler way to do it. In some applications, two asterisks symbol '**' is used to do such exclusions.
Last edited: