How to check windows 10 version 32 or 64

    how to get os version in windows
    how to check os version in windows
    how to identify os version in windows
    how to check os version in windows laptop
  • How to get os version in windows
  • How to check windows version 32 or 64!

    How to check os version in windows cmd

  • How to check windows version in windows 10
  • How to check windows version 32 or 64
  • How to check windows version in windows 7
  • How to check windows server version in cmd
  • Find windows OS version from command line

    Windows has multiple command line utilities that can help find the version of the Windows OS running on your computer. Below is the list of commands and the information they provide.

    1. command – Windows OS name, version, edition and build number
    2. command – OS name and version
    3. command – OS version

    Find OS Version from command line(CMD)

    Systeminfo is a useful command that can dump information about hardware and software running on your computer.

    Since we are interested in only the OS details, we can filter out other information with the use of command.

    systeminfo | findstr /B /C:"OS Name" /C:"OS Version"

    Examples:

    C:\>systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 10 Enterprise OS Version: 10.0.19042 N/A Build 19042

    This command works on Windows 19, Windows and on Server editions also.

    Find example for Windows 7 below.

    systeminfo | findstr /B /C:"OS Name" /C:"OS Version" OS Name: Microsoft Windows 10 Enterprise OS Version: 10.0.19042 N/A Build 19042

    In case of Windows 7 SP1, the o

      how to check os version in windows server 2012 r2
      how to check os version in windows through command line