PDA

View Full Version : Exclude from AMON with wildcards (2.x)


kongomongo
November 6th, 2008, 10:25 AM
Hi,

I want to exclude a folder within my profile folder under Windows XP from realtime scanning with AMON. The folder contains the offline cache database of my Email client.

It looks like this:

C:\Documents and Settings\myusername\Local Settings\Settings\Company\

Normally i would just add that path. But now I want to create a .XML config file that is valid for any PC and any user. So I would need to mask the username bit.

I have tried various strings like:

*\Local Settings\Settings\Company\
*\Local Settings\Settings\Company\*
C:\Documents and Settings\*\Local Settings\Settings\Company\
C:\Documents and Settings\*\Local Settings\Settings\Company\*
%USERPROFILE%\Local Settings\Settings\Company\
%USERPROFILE%\Local Settings\Settings\Company\*

to no avail. Can anyone help?

Thanks in advance.

- kongo

ralfonat
November 13th, 2008, 05:51 AM
Noone done this before?

- kongo

Marcos
November 14th, 2008, 09:39 AM
{QUOTE-> Noone done this before?

- kongo <-QUOTE}

Wildcards in exclusions are partially supported in v3 (EAV/ESS). As for variables, they are neither supported in v2 nor v3.

ralfonat
November 21st, 2008, 05:01 AM
Thanks for you reply. So in other words it is impossible in v2 and

C:\Documents and Settings\*\Local Settings\Settings\Company\*

would work in v3?

ralfonat
January 21st, 2009, 02:54 AM
bump?

Marcos
January 21st, 2009, 06:45 AM
No, wildcards are not supported in v2

ralfonat
January 26th, 2009, 02:29 AM
And

C:\Documents and Settings\*\Local Settings\Settings\Company\*

works in v3?

funkydude
January 26th, 2009, 09:14 AM
Yeah it does.

ralfonat
January 29th, 2009, 03:54 AM
Thanks!