Windows 10: How to find window 11 and window server 2022 major version and minor version from official...

Discus and support How to find window 11 and window server 2022 major version and minor version from official... in Windows 10 Gaming to solve the problem; I found the build version from https://www.anoopcnair.com/windows-11-version-numbers-build-numbers-major/ I'm not sure, are there any Microsoft... Discussion in 'Windows 10 Gaming' started by Weanich Sanchol, Feb 27, 2023.

  1. How to find window 11 and window server 2022 major version and minor version from official...


    I found the build version from https://www.anoopcnair.com/windows-11-version-numbers-build-numbers-major/ I'm not sure, are there any Microsoft official websites that have information about the build version number?

    :)
     
    Weanich Sanchol, Feb 27, 2023
    #1
  2. [Ion] Win User

    Which version of windows?

    That's what I'd suggest. As long as you use a legit key (& no cracks) you can get the ISOs anywhere (MS, a friend, etc)
     
    [Ion], Feb 27, 2023
    #2
  3. sumanp25 Win User
    what would be the Major version, Minor version, Architecture values


    I downloaded win10 preview and installed on a virtualbox VM running on a Win7 system.
    And when i check the Registry entry of Win10 , i see 6.3 as version, but in the screen shot that you provided here it shows 6.4. Which one is correct?
    and what would be the Major version, Minor version, Architecture values for the final version of Windows 10 ? Please let us know.


    How to find window 11 and window server 2022 major version and minor version from official... [​IMG]


    I also wrote a piece of C# code in .NET 4.5 just to display the OS versions.
    private
    voidbutton1_Click(objectsender,EventArgse)
    {
    label1.Text =
    Environment.OSVersion.Version.Major.ToString();
    label2.Text =
    Environment.OSVersion.Version.Minor.ToString();
    label3.Text =
    Environment.OSVersion.Version.MajorRevision.ToString();
    label4.Text =
    Environment.OSVersion.Version.MinorRevision.ToString();
    }
    And here is the result that I get on the win10 preview and installed on a virtualbox VM running on a Win7 system


    How to find window 11 and window server 2022 major version and minor version from official... [​IMG]


    So it looks like there is no consistency. Please let us know Major version, Minor version, Architecture values for the final version of Windows 10
     
    sumanp25, Feb 27, 2023
    #3
  4. How to find window 11 and window server 2022 major version and minor version from official...

    Will Windows 8 be as "ready to go" as Win7 was?

    If Windows 7 is Windows 6.2, the transistion will be as smooth as Vista to 7 (6.0 to 6.1). Major compatibility issues arise when they jump major version numbers (4.0 to 5.0 to 6.0, for example). I haven't heard anything that would suggest Windows 8 is anything except a minor update to Windows 7.
     
    FordGT90Concept, Feb 27, 2023
    #4
Thema:

How to find window 11 and window server 2022 major version and minor version from official...

Loading...
  1. How to find window 11 and window server 2022 major version and minor version from official... - Similar Threads - find window window

  2. What’s is the latest version of msmq windows server 2022 ?

    in Windows 10 Gaming
    What’s is the latest version of msmq windows server 2022 ?: Can anyone confirm me the latest version of Msmq https://answers.microsoft.com/en-us/windows/forum/all/whats-is-the-latest-version-of-msmq-windows-server/eb2d91ef-4c2c-443b-9776-828ff5d4545c
  3. What’s is the latest version of msmq windows server 2022 ?

    in Windows 10 Software and Apps
    What’s is the latest version of msmq windows server 2022 ?: Can anyone confirm me the latest version of Msmq https://answers.microsoft.com/en-us/windows/forum/all/whats-is-the-latest-version-of-msmq-windows-server/eb2d91ef-4c2c-443b-9776-828ff5d4545c
  4. How do go from Insider windows 11 to the official version of windows 11 without buying it?

    in Windows 10 Gaming
    How do go from Insider windows 11 to the official version of windows 11 without buying it?: How do go from Insider windows 11 to the official version of windows 11 without buying it? https://answers.microsoft.com/en-us/windows/forum/all/how-do-go-from-insider-windows-11-to-the-official/f2a36b2e-5b85-4296-a329-943880177b23
  5. How to find window 11 and window server 2022 major version and minor version from official...

    in Windows 10 Software and Apps
    How to find window 11 and window server 2022 major version and minor version from official...: I found the build version from https://www.anoopcnair.com/windows-11-version-numbers-build-numbers-major/ I'm not sure, are there any Microsoft official websites that have information about the build version number?...
  6. What is the official Windows 11 Beta or Official Version release date?

    in Windows 10 Installation and Upgrade
    What is the official Windows 11 Beta or Official Version release date?: According to many 3rd part sites, the launch date is being told 25 June 2021 but there are no official messages by Microsoft and only cracked versions are there on the internet. Can anyone tell if this is a myth or is this official and if yes then what is the tentative Beta...
  7. Restore windows official version

    in Windows 10 Ask Insider
    Restore windows official version: The several installation of windows inside previews from the dev channel, simply made my disk full. I want to get out of the inside preview and restore the windows to a clean state. I have read the instructions to do it, and I have realized that this will take time to it....
  8. Upgrading major version of windows.

    in AntiVirus, Firewalls and System Security
    Upgrading major version of windows.: I need help with upgrading major version of windows. I am on Win 10 pro 64-bit version 1903, and nothing else is being offered in Settings->Windows Update. I have read all sorts of instructions on microsoft's site, and can't find anything concrete or understandable. The...
  9. Version of SQL Server - how to find?

    in Windows 10 Installation and Upgrade
    Version of SQL Server - how to find?: Windows 10 - how to find the version of the installed SQL-Server? [moved from German forums] https://answers.microsoft.com/en-us/windows/forum/all/version-of-sql-server-how-to-find/9a351dca-c410-4dd2-9c44-07e72910f52a
  10. what would be the Major version, Minor version, Architecture values

    in Windows 10 Drivers and Hardware
    what would be the Major version, Minor version, Architecture values: I downloaded win10 preview and installed on a virtualbox VM running on a Win7 system. And when i check the Registry entry of Win10 , i see 6.3 as version, but in the screen shot that you provided here it shows 6.4. Which one is correct? and what would be the Major version,...