Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2003
    Location
    West Monroe, LA
    Posts
    294

    Anti-virus check

    I am glad to say I am finally using AMS6!!

    I need to create an app as a logon script that will first verify if the users PC has certain criteria met. For example are they running an antivirus program? If not they cannot log onto the system or at least give them a warning message.

    I know of some registry keys that I can search to find out if a system has Symantec anti-virus corp. But how can I check any users machine for the exsitance of any anti virus software and also if it is being used (active). Microsoft XP has the nifty little security feature that alerts the user if there is no anti virus or if it is disabled. Can this be used somehow?

    Thanks

    Mark

  2. #2
    Join Date
    Mar 2005
    Location
    WA 'wait a while' - Australia
    Posts
    872
    Mark..with XPSP2 the antivirus detection is limited and if 'not notify'
    setting is enabled..basically useless to you anyway..my 2 bob.

    Yes it would be great if between us all we could compile a list of
    proccesses that are running for at least the most common Antivirus proogies,
    wether they are running in a disabled state, would be the real tricky bit,
    I would imagine.

    for Norton AV: these are the two common process names to look for,
    using the system.enumerateproccesses action-s

    NAVAPSVC.EXE
    NAVAPW32.EXE --anitvirus detecion is running

    HKLM\Software\...target antivirus product if installed

    HKLM\Software\Microsoft\Windows\CurrentVersion\Run ..
    an indication of what runs at logon...
    Last edited by Eagle; 12-20-2005 at 11:07 AM.

Similar Threads

  1. Problems with Acrobat Dependency Check
    By eric_darling in forum AutoPlay Media Studio 5.0
    Replies: 65
    Last Post: 07-20-2005, 02:35 PM
  2. Check For Internet connection?
    By Roboblue in forum AutoPlay Media Studio 5.0
    Replies: 1
    Last Post: 02-01-2005, 04:40 PM
  3. Check HTTP for file...
    By eleslie in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 05-15-2004, 12:21 PM
  4. Default check box value based on variable
    By Terry Rasmussen in forum Setup Factory 6.0
    Replies: 7
    Last Post: 02-27-2004, 02:08 PM
  5. check boxes
    By bzadik in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 06-06-2000, 02:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts