SecTeer VulnDetect Support Forum

    VulnDetect

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Download VulnDetect Installer

    Show entry "Windows" in the List of Apps

    Feature and Functionality Requests
    list-of-apps
    1
    3
    224
    Loading More Posts
    • 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.
    • OLLI_S
      OLLI_S Community Moderator last edited by OLLI_S

      Please add in the list of apps the entry Windows where you show the exact version number of Windows, like:

      • in the column Name you show: Microsoft Windows 10 Pro 64-Bit
      • in the column Version you show: Version 1903 (Build 18362.356)

      This information is very useful so users can see the complete build number of Windows.
      And if they have multiple computers, they see at once if one computer has an older windows version.


      Technical Info

      You get all Data from the registry:

      Registry-Path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
      ProductName:   Windows 10 Pro
      ReleaseId:     1903
      CurrentBuild:  18362
      UBR:           356
      BuildLabEx:    18362.1.amd64fre.19h1_release.190318-1202
      Note:          In the key "BuildLabEx" the text "amd64" indicates a 64-Bit Windows.
      

      In this entry you group all apps that are related with Windows, like:

      • Adobe Flash Player (Windows Update tells me that there are updates for Flash, so there must be somewhere Flash in Windows)
      • Microsoft OneDrive
      • Microsoft Silverlight

      Note:
      Currently OneDrive is bundled with Office, but this is wrong, because it is also available on systems where Office is not installed.

      1 Reply Last reply Reply Quote 0
      • Referenced by  T Tom 
      • OLLI_S
        OLLI_S Community Moderator @OLLI_S last edited by

        @Tom VulnDetect shows the entry Microsoft Windows 10 Pro and as far as I can see this topic here can be closed.
        Or is there any specific reason, why you want to leave it opened?

        1 Reply Last reply Reply Quote 0
        • OLLI_S
          OLLI_S Community Moderator last edited by

          If you want to show the version information like I have it above, then you need to concatenate the following values:

          In the column Name you need to concatenate:

          • Text "Microsoft " +
          • Registry Value <ProductName> +
          • Text " 64-Bit" if Registry Value <BuildLabEx> contains "amd64" +

          This will result in Microsoft Windows 10 Pro 64-Bit


          In the column Version you need to concatenate:

          • Text "Version " +
          • Registry Value <ReleaseId> + Text " (Build " +
          • Registry Value <CurrentBuild> + Text "." +
          • Registry Value <UBR> + Text ")"

          This will result in Version 1903 (Build 18362.356)

          OLLI_S 1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Download SecTeer Personal VulnDetect - an alternative to the long lost Secunia PSI

          Please see our Privacy and Data Processing Policy
          Sponsored and operated by SecTeer | VulnDetect is a replacement for the EoL Secunia PSI
          Forum software by NodeBB