I hardly think Virusscan is going to give you a documented api for that stuff, but that doesn't mean it's impossible
You could add references to a couple of viruscans dll's and see what methods they give you, then hack away at methods that have interesting names.
I don't know what this will give you because I don't have virusscan on my pc, but it's worth a try
If you can figure out how to get and set the property then you could create a service which uses that code to reset the setting without intervention, or without users even seeing it
Main Topics
Browse All Topics





by: levyukPosted on 2005-09-27 at 11:25:58ID: 14969153
Ok it is probably possible but I don't know how. Although what I think you need to be looking at is making a windows service and not a windows form. This will mean the user doesn't see anything in the taskbar.