Hi,
I need to exclude a directory under the user’s home directory on a drive containing all user home directories.
The folder in question is a cache folder for an application, and the Real Time scanning slows it down terribly.
For example: 'thisfolder’
c:\home_folders\joe\thisfolder
c:\home_folders\bill\thisfolder
c:\home_folders\steve\thisfolder
So I'm looking for a pattern maybe like: c:\home_folders\*\thisfolder
How can I accomplish this