Computer information - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9) +----- Thread: Computer information (/showthread.php?tid=494) |
Computer information - brco900033 - 03-21-2012 Hello, I'm making a computer information program and i was wondering if I can make a code that searches for an installed antivirus on the computer... so 1 Is it possible? 2 If it's possible, how can i make that code? Many thanks! Re: Computer information - brandonio21 - 03-21-2012 Well, I believe that you would have to scan through the users program files directory and individually search the names to see if they are names of antivirus applications. Re: Computer information - Himansh - 03-21-2012 I agree with Brandon <!-- s:| --><img src="{SMILIES_PATH}/icon_neutral.gif" alt=":|" title="Neutral" /><!-- s:| --> Re: Computer information - brco900033 - 03-23-2012 yeah, actually that's a very good and simple solution, didn't think about that Thanks for the help! |