• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Download VulnDetect Installer
  • Login
SecTeer VulnDetect & PatchPro Support Forum VulnDetect
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Download VulnDetect Installer
  • Login

[Implemented] Show entry "Windows" in the List of Apps

Scheduled Pinned Locked Moved Implemented Feature Requests
list-of-apps
4 Posts 1 Posters 850 Views 2 Watching
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.
  • O Offline
    OLLI_S Community Moderator
    last edited by OLLI_S 2 Nov 2024, 10:03 5 Oct 2019, 11:08

    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
    • O Offline
      OLLI_S Community Moderator
      last edited by 6 Oct 2019, 20:55

      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)

      O 1 Reply Last reply 28 Dec 2021, 22:57 Reply Quote 0
      • O Offline
        OLLI_S Community Moderator @OLLI_S
        last edited by 28 Dec 2021, 22:57

        @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?

        O 1 Reply Last reply 11 Feb 2024, 10:03 Reply Quote 0
        • T Tom referenced this topic on 25 Jun 2022, 10:02
        • O Offline
          OLLI_S Community Moderator @OLLI_S
          last edited by 11 Feb 2024, 10:03

          This feature has been implemented in the Corporate Version of VulnDetect.
          Here you see a screen shot, how it looks there:

          2024-02-10_19h25_53.png
          2024-02-10_19h26_20.png

          Therefore, I mark this topic as Implemented.

          1 Reply Last reply Reply Quote 0
          • O OLLI_S moved this topic from Feature and Functionality Requests on 11 Feb 2024, 10:22
          • 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