Viper426
08-31-2009, 07:07 PM
Hi all!
I don't have much hope regarding a usable answer to this, but I've got to try anyways. I'm working on a program that's so bloody read/write intensive that if there's an on-access scanner involved the entire thing crashes. So far I've just included instructions for adding the program directories to av exclusion lists, but it would be far more user-friendly if I could detect if said directories are excluded, and pop up a message if they are not.
I've noted that there's a function in .NET for detecting registered AVs, but there doesn't seem to by any way of finding anything out about them.
I'm not looking to be able to change the settings as that would be a terrifying security issue, I just need to know if my directories are excluded before a fatal crash.
Any ideas?
I don't have much hope regarding a usable answer to this, but I've got to try anyways. I'm working on a program that's so bloody read/write intensive that if there's an on-access scanner involved the entire thing crashes. So far I've just included instructions for adding the program directories to av exclusion lists, but it would be far more user-friendly if I could detect if said directories are excluded, and pop up a message if they are not.
I've noted that there's a function in .NET for detecting registered AVs, but there doesn't seem to by any way of finding anything out about them.
I'm not looking to be able to change the settings as that would be a terrifying security issue, I just need to know if my directories are excluded before a fatal crash.
Any ideas?