Share via

How to using bginfo to show Windows 10/11 version

kao wencheng 1 Reputation point
2022-09-28T03:06:43.003+00:00

HI All
I use the bginfo to show the some informaiton to let OP/admin could easy get information when they help user troubleshooting.
But I find the item list that bginfo provide does not provide version (for example 1908/2004/21H2 or 22h2).
Do I use incorrect item or bginfo indeed does not provide this information?
If bginfo indeed not provide inforamtion...How coud I provide suggestion to developer ?

Thanks!!

Wencheng

Sysinternals
Sysinternals

Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

5 answers

Sort by: Most helpful
  1. EddyBH 0 Reputation points
    2023-08-14T21:29:03.3033333+00:00

    Not sure if you got an answer but this is what I did. Go to Custom>New>Registry Value and paste HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DisplayVersionOSBuild

    1 person found this answer helpful.
    0 comments No comments

  2. Hestnet 1 Reputation point
    2026-03-28T06:16:29.25+00:00

    I'm using a WMI Query to get the OS build number:

    SELECT BuildNumber FROM Win32_OperatingSystem
    
    0 comments No comments

  3. HugeZhong 106 Reputation points
    2022-09-28T15:07:34.49+00:00

    You can read version info from registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion. There is a value named "DisplayVersion",that is what you want.

    0 comments No comments

  4. Darrell Gorter 2,911 Reputation points
    2022-09-28T14:59:44+00:00

    Hello,
    You may want to try systeminfo which ships as part of Windows.

    Darrell

    0 comments No comments

  5. Wayne V. Elliott 1 Reputation point
    2022-09-28T04:43:56.173+00:00

    There is a similar question here with an Accepted Answer. I hope it helps:
    windows-version.html

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.