Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. installed apps

installed apps

Scheduled Pinned Locked Moved C / C++ / MFC
question
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    john5632
    wrote on last edited by
    #1

    Is there any way to get information about installed anti-virus in system?

    V L 2 Replies Last reply
    0
    • J john5632

      Is there any way to get information about installed anti-virus in system?

      V Offline
      V Offline
      Victor Nijegorodov
      wrote on last edited by
      #2

      You can look in Control Panel\System and Security

      J 1 Reply Last reply
      0
      • V Victor Nijegorodov

        You can look in Control Panel\System and Security

        J Offline
        J Offline
        john5632
        wrote on last edited by
        #3

        Thank you but this is manual way. Can I same using C++ / MFC?

        1 Reply Last reply
        0
        • J john5632

          Is there any way to get information about installed anti-virus in system?

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          You can check for a virus scanner under the installed programs in the windows registry in:

          HKEY_LOCAL_MACHINEACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (System wide installs)
          HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (User installs)

          J 1 Reply Last reply
          0
          • L Lost User

            You can check for a virus scanner under the installed programs in the windows registry in:

            HKEY_LOCAL_MACHINEACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (System wide installs)
            HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall (User installs)

            J Offline
            J Offline
            john5632
            wrote on last edited by
            #5

            There are many keys. Is there any straight way of doing this?

            L 1 Reply Last reply
            0
            • J john5632

              There are many keys. Is there any straight way of doing this?

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              You can iterate over the keys and check for known virus scanners. Have a look here how to do this in C++: Enumerating Registry Subkeys (Windows)[^]

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups