Method 1: Using GUI, type the following from the command prompt or Run dialog
Method 2: Using systeminfo, from the command prompt do:
Method 3: wmic, from the command prompt do:
c:\> winver
c:\> systeminfo | findstr /C:"OS Version:"
c:\> wmic os get version
Comments