Windows/winver

From Omnia
Revision as of 22:00, 18 March 2025 by Kenneth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get Windows Version (Console)

ver
 # example: Microsoft Windows [Version 10.0.19045.5608]

Get Windows Version (GUI)

winver

IDotWrj.png

Powershell:

[System.Environment]::OSVersion
PS C:\> [System.Environment]::OSVersion

Platform ServicePack Version      VersionString
-------- ----------- -------      -------------
 Win32NT             10.0.19045.0 Microsoft Windows NT 10.0.19045.0

7iOKWT6.png