BGInfo doesn't recognize Windows 11

Shawn Allin 6 Reputation points
2022-01-25T14:32:20.03+00:00

I just upgraded to Windows 11. BGInfo 4.28 is showing the OS as being Windows 10 Build 22000. Can this be remedied?

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,130 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Martin Tschimmel 11 Reputation points
    2022-08-29T20:51:27.097+00:00

    BGInfo cannt do some things. So try this. Use a custom WMI query:

    SELECT Version FROM Win32_OperatingSystem
    SELECT Caption FROM Win32_OperatingSystem

    You get the Version, also for Win11 and the build number.


  2. cheesypoofbeard 0 Reputation points
    2024-07-22T14:16:11.49+00:00

    If you upgrade to BGInfo 4.32 and use the built-in field "OS Version" instead of a custom one, it will properly show "Windows 11". Below is the download location.

    https://learn.microsoft.com/en-us/sysinternals/downloads/bginfo

    0 comments No comments