Commands · Command

CommandWindows

winver

winver

Opens a small dialog box showing the exact Windows edition, version, and build number.

// EXAMPLE

winver — pops up a window reading something like "Windows 11 Pro, Version 23H2, Build 22631.xxxx."

// GOTCHA

It's a GUI dialog, not console output — running it from a script won't give you capturable text; use systeminfo or the registry for that instead.

// RELATED COMMANDS